aws-samples / aws-serverless-video-streaming

Deployment Guide: https://aws-samples.github.io/aws-serverless-video-streaming/zh/
MIT No Attribution
38 stars 13 forks source link

CLoud Formation Can't implement in global region #3

Open lvtujingji opened 1 year ago

lvtujingji commented 1 year ago

I can't implement the cloudformation in ap-southeast-1 someone can help me PLZ! image

successzy commented 1 year ago

You need to modify two nested cloudformation templates.

  1. assets.template--->Must add OwnershipControls under the LoggingBucket section. This is because of recent security update of S3. Reference: https://aws.amazon.com/blogs/aws/heads-up-amazon-s3-security-changes-are-coming-in-april-of-2023/
  2. metadata.template--->Modify runtime from version nodejs12.x to nodejs18.x under the MetadataFunction section, since nodejs12.x version is no longer supported

Note: You can use this updated cloudformation template to launch this solution--->https://fil-test-bucket.s3.eu-west-1.amazonaws.com/aws-serverless-video-streaming.main.template.yaml

tingxin commented 11 months ago

image not easy to use the fixed template: https://fil-test-bucket.s3.eu-west-1.amazonaws.com/aws-serverless-video-streaming.main.template.yaml

tingxin commented 11 months ago

i try this one is ok aws-serverless-video-streaming.main.template.zip