From aa32e0554097517b09d9b28cc0d0b9f5e5960d45 Mon Sep 17 00:00:00 2001 From: Caden <132690522+marofke@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:05:23 -0600 Subject: [PATCH] hiddenfix: add ap-south-1 to lambda layers allowlist (#1424) Signed-off-by: Caden Marofke <132690522+marofke@users.noreply.github.com> --- lambda-layers/lib/get-regions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lambda-layers/lib/get-regions.ts b/lambda-layers/lib/get-regions.ts index 8511de22a..36a8ad2a5 100644 --- a/lambda-layers/lib/get-regions.ts +++ b/lambda-layers/lib/get-regions.ts @@ -17,6 +17,7 @@ const REGION_ALLOW_LIST = [ 'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3', + 'ap-south-1', 'ap-southeast-1', 'ap-southeast-2', 'ca-central-1',