mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
feat: add support for ap-east-2 region (#13260)
This commit is contained in:
parent
8e9a6ba437
commit
49df6d2865
@ -600,7 +600,7 @@ class AwsProvider {
|
||||
'ruby2.7',
|
||||
'ruby3.2',
|
||||
'ruby3.3',
|
||||
'ruby3.4'
|
||||
'ruby3.4',
|
||||
],
|
||||
},
|
||||
awsLambdaRuntimeManagement: {
|
||||
@ -1544,6 +1544,7 @@ class AwsProvider {
|
||||
'us-west-2',
|
||||
'af-south-1',
|
||||
'ap-east-1',
|
||||
'ap-east-2',
|
||||
'ap-northeast-1',
|
||||
'ap-northeast-2',
|
||||
'ap-northeast-3',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user