We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm getting this error
-------- Deployment Bucket Error -------- The us-west-2 location constraint is incompatible for the region specific endpoint this request was sent to.
This is my serverless.yml file
service: xxxxx provider: name: aws runtime: nodejs12.x region: us-west-2 stage: ${opt:stage, 'dev'} versionFunctions: false timeout: 15 deploymentBucket: name: test-deployments serverSideEncryption: AES256
The text was updated successfully, but these errors were encountered:
Same problem here!
The eu-central-1 location constraint is incompatible for the region specific endpoint this request was sent to.
Sorry, something went wrong.
My bucket name was conflicting with other buckets in the region and thus I got the error. Try a more unique bucket name.
No branches or pull requests
Hi, I'm getting this error
This is my serverless.yml file
The text was updated successfully, but these errors were encountered: