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
Since S3 is a global resource, it seems odd that there is a restriction that a CodeUri path must be in the same region as a Function. It seems logical that I can make s3://some_bucket/artifact.zip a publically accessible resource and then anyone should be able to use it from any region.
There are also inconsistencies within the AWS ecosystem on this practice. For example, a nested stack (AWS::CloudFormation::Stack) cloudformation template can be in any region (publically accessible) and then you use a https://s3.amazonaws.com/... url
The text was updated successfully, but these errors were encountered:
Hello,
Since S3 is a global resource, it seems odd that there is a restriction that a CodeUri path must be in the same region as a Function. It seems logical that I can make
s3://some_bucket/artifact.zip
a publically accessible resource and then anyone should be able to use it from any region.There are also inconsistencies within the AWS ecosystem on this practice. For example, a nested stack (
AWS::CloudFormation::Stack
) cloudformation template can be in any region (publically accessible) and then you use ahttps://s3.amazonaws.com/...
urlThe text was updated successfully, but these errors were encountered: