Skip to content

Commit

Permalink
Merge pull request #1894 from Majsvaffla/patch-1
Browse files Browse the repository at this point in the history
Add Stockholm region to avoid warning about services not being available
  • Loading branch information
jneves authored Aug 28, 2019
2 parents 3ec2d66 + 324104c commit 39cfb64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zappa/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
API_GATEWAY_REGIONS = ['us-east-1', 'us-east-2',
'us-west-1', 'us-west-2',
'eu-central-1',
'eu-north-1',
'eu-west-1', 'eu-west-2', 'eu-west-3',
'eu-north-1',
'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3',
Expand All @@ -189,6 +190,7 @@
LAMBDA_REGIONS = ['us-east-1', 'us-east-2',
'us-west-1', 'us-west-2',
'eu-central-1',
'eu-north-1',
'eu-west-1', 'eu-west-2', 'eu-west-3',
'eu-north-1',
'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3',
Expand Down

0 comments on commit 39cfb64

Please sign in to comment.