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

AWS Region not read from provider.region #3

Closed
kennu opened this issue Dec 31, 2016 · 2 comments
Closed

AWS Region not read from provider.region #3

kennu opened this issue Dec 31, 2016 · 2 comments
Labels
Milestone

Comments

@kennu
Copy link

kennu commented Dec 31, 2016

Great plugin! I noticed one problem. I have this in serverless.yml:

provider:
  stage: dev
  region: eu-west-1
  profile: xxx

When I run sls deploy stepf, the state machine itself is deployed to eu-west-1, but the Lambda ARNs point to us-east-1 so they don't work and execution fails.

It works correctly when I manually specify sls deploy stepf -r eu-west-1 .

@horike37
Copy link
Collaborator

horike37 commented Jan 1, 2017

@kennu
Thank you! I will fix it.

@horike37 horike37 added the bug label Jan 1, 2017
@horike37 horike37 added this to the 0.2.0 milestone Jan 1, 2017
horike37 added a commit that referenced this issue Jan 8, 2017
@horike37
Copy link
Collaborator

horike37 commented Jan 8, 2017

Just fixed.

@horike37 horike37 closed this as completed Jan 8, 2017
horike37 pushed a commit that referenced this issue Mar 16, 2019
theburningmonk pushed a commit that referenced this issue Apr 2, 2020
fix: add description in readme.md
ss-betseqnzr pushed a commit to BetSEQNZR/serverless-step-functions that referenced this issue Sep 8, 2023
ss-betseqnzr pushed a commit to BetSEQNZR/serverless-step-functions that referenced this issue Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants