Skip to content

Commit 5c98cac

Browse files
authored
Merge pull request #99 from kennethwkz-mm/feature/add-malaysia-region
feat(aws): add ap-southeast-5 region support
2 parents 2452335 + 84c0879 commit 5c98cac

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

lib/plugins/aws/provider.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,7 @@ class AwsProvider {
12511251
'ap-southeast-2',
12521252
'ap-southeast-3',
12531253
'ap-southeast-4',
1254+
'ap-southeast-5',
12541255
'ca-central-1',
12551256
'cn-north-1',
12561257
'cn-northwest-1',

test/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.serverless/
1+
.serverless/

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,7 @@ export interface AWS {
10411041
| "ap-southeast-2"
10421042
| "ap-southeast-3"
10431043
| "ap-southeast-4"
1044+
| "ap-southeast-5"
10441045
| "ca-central-1"
10451046
| "cn-north-1"
10461047
| "cn-northwest-1"

0 commit comments

Comments
 (0)