Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Runtime relies on S3 bucket pattern that is incompatible with us-east-1 #63

@bjorg

Description

@bjorg

The runtime uses ${DeploymentBucket}.s3-${AWS:Region}.amazonaws.com for multi-region bucket references. Unfortunately, this pattern is NOT supported by us-east-1. Instead, use ${DeploymentBucket}.s3.${AWS:Region}.amazonaws.com, which is supported across all regions.

See https://docs.aws.amazon.com/general/latest/gr/rande.html

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcorev0.4

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions