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 has been archived by the owner on May 29, 2024. It is now read-only.
Create a staging S3 bucket
The staging bucket is required to store the SAM deployment artifacts. The name I chose for my s3 bucket is rpcme-dx-monitor
aws s3api create-bucket --bucket rpcme-dx-monitor
The command returns the following error: An error occurred (IllegalLocationConstraintException) when calling the CreateBucket operation: The unspecified location constraint is incompatible for the region specific endpoint this request was sent to.
Rather replace with the following working command: $ aws s3 mb s3://rpcme-dx-monitor --region us-west-1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Section:
The staging bucket is required to store the SAM deployment artifacts. The name I chose for my s3 bucket is rpcme-dx-monitor
aws s3api create-bucket --bucket rpcme-dx-monitor
The command returns the following error:
An error occurred (IllegalLocationConstraintException) when calling the CreateBucket operation: The unspecified location constraint is incompatible for the region specific endpoint this request was sent to.
Rather replace with the following working command:
$ aws s3 mb s3://rpcme-dx-monitor --region us-west-1
The text was updated successfully, but these errors were encountered: