Skip to content

Commit

Permalink
fix(lambda-layers): add ap-southeast-3 to region deny list (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddneilson authored Apr 1, 2022
1 parent 193e649 commit 6806951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambda-layers/lib/get-regions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { SSM } from 'aws-sdk';
const REGION_DENY_LIST = [
'af-south-1',
'ap-east-1',
'ap-southeast-3',
'eu-south-1',
'me-south-1',
];
Expand Down

0 comments on commit 6806951

Please sign in to comment.