Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[notebook]: pin the source code in experimental notebook #152

Closed
6 tasks
zxkane opened this issue Jun 8, 2022 · 0 comments · Fixed by #158
Closed
6 tasks

[notebook]: pin the source code in experimental notebook #152

zxkane opened this issue Jun 8, 2022 · 0 comments · Fixed by #158
Assignees
Labels
bug Something isn't working P1 priority of issue

Comments

@zxkane
Copy link
Contributor

zxkane commented Jun 8, 2022

Describe the bug
A clear and concise description of what the bug is.

The experimental notebook is fetching the latest code from main branch, the environment might not work any more if the main branch introduces the breaking change.

To Reproduce
Steps to reproduce the behavior.

Expected behavior
A clear and concise description of what you expected to happen.

Please complete the following information about the solution:

  • Version: [e.g. v1.0.0]

To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "(SO0021) - Video On Demand workflow with AWS Step Functions, MediaConvert, MediaPackage, S3, CloudFront and DynamoDB. Version v5.0.0". If the description does not contain the version information, you can look at the mappings section of the template:

Mappings:
  SourceCode:
    General:
      S3Bucket: "solutions"
      KeyPrefix: "video-on-demand-on-aws/v5.0.0"
  • Region: [e.g. us-east-1]
  • Was the solution modified from the version published on this repository?
  • If the answer to the previous question was yes, are the changes available on GitHub?
  • Have you checked your service quotas for the sevices this solution uses?
  • Were there any errors in the CloudWatch Logs?

Screenshots
If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment