Skip to content

Commit

Permalink
fix: recognize ap-south-2 as a valid AWS region (serverless#12129)
Browse files Browse the repository at this point in the history
  • Loading branch information
amlodzianowski authored and khacminh committed Nov 29, 2023
1 parent edae9de commit 7f10e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/aws/provider.js
Expand Up @@ -1221,6 +1221,7 @@ class AwsProvider {
'ap-northeast-2',
'ap-northeast-3',
'ap-south-1',
'ap-south-2',
'ap-southeast-1',
'ap-southeast-2',
'ap-southeast-3',
Expand Down

0 comments on commit 7f10e2a

Please sign in to comment.