You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
A clear and concise description of what the bug is.
11
+
12
+
**To Reproduce**
13
+
14
+
Steps to reproduce the behavior.
15
+
16
+
**Expected behavior**
17
+
18
+
A clear and concise description of what you expected to happen.
19
+
20
+
**Please complete the following information about the solution:**
21
+
22
+
-[ ] Version: [e.g. v1.0.0]
23
+
24
+
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:
25
+
26
+
```yaml
27
+
Mappings:
28
+
SourceCode:
29
+
General:
30
+
S3Bucket: "solutions"
31
+
KeyPrefix: "video-on-demand-on-aws/v5.0.0"
32
+
```
33
+
34
+
- [ ] Region: [e.g. us-east-1]
35
+
36
+
- [ ] Was the solution modified from the version published on this repository?
37
+
38
+
- [ ] If the answer to the previous question was yes, are the changes available on GitHub?
39
+
40
+
- [ ] Have you checked your [service quotas](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) for the sevices this solution uses?
41
+
42
+
- [ ] Were there any errors in the CloudWatch Logs?
43
+
44
+
**Screenshots**
45
+
46
+
If applicable, add screenshots to help explain your problem (please **DO NOT include sensitive information**).
0 commit comments