Skip to content
New issue

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

Location Constraint error #23

Open
diego1686 opened this issue Nov 11, 2020 · 2 comments
Open

Location Constraint error #23

diego1686 opened this issue Nov 11, 2020 · 2 comments

Comments

@diego1686
Copy link

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
@stayallive
Copy link

Same problem here!

The eu-central-1 location constraint is incompatible for the region specific endpoint this request was sent to.

@capitalisttofu
Copy link

My bucket name was conflicting with other buckets in the region and thus I got the error. Try a more unique bucket name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants