We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2452335 + 84c0879 commit 5c98cacCopy full SHA for 5c98cac
lib/plugins/aws/provider.js
@@ -1251,6 +1251,7 @@ class AwsProvider {
1251
'ap-southeast-2',
1252
'ap-southeast-3',
1253
'ap-southeast-4',
1254
+ 'ap-southeast-5',
1255
'ca-central-1',
1256
'cn-north-1',
1257
'cn-northwest-1',
test/.gitignore
@@ -1 +1 @@
1
-.serverless/
+.serverless/
types/index.d.ts
@@ -1041,6 +1041,7 @@ export interface AWS {
1041
| "ap-southeast-2"
1042
| "ap-southeast-3"
1043
| "ap-southeast-4"
1044
+ | "ap-southeast-5"
1045
| "ca-central-1"
1046
| "cn-north-1"
1047
| "cn-northwest-1"
0 commit comments