aws-samples/aws-serverless-video-streaming

CLoud Formation Can't implement in global region

Opened this issue · 3 comments

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

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