feat: add support for ap-east-2 region (#13260)

This commit is contained in:
Tomasz Czubocha 2026-01-15 11:46:08 +00:00 committed by GitHub
parent 8e9a6ba437
commit 49df6d2865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',