Skip to content

Commit

Permalink
fix: add new AWS region ap-southeast-7 to publish
Browse files Browse the repository at this point in the history
Signed-off-by: Varsha GS <[email protected]>
  • Loading branch information
GSVarsha committed Jan 16, 2025
1 parent 254e6a5 commit 5e41d2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/aws-lambda/build_and_publish_lambda_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
os.chdir(os.getcwd() + "/build/lambda/")
call(["zip", "-q", "-r", zip_filename, "./python", "-x", "*.pyc", "./python/pip*", "./python/setuptools*", "./python/wheel*"])

fq_zip_filename = os.getcwd() + zip_filename
fq_zip_filename = os.getcwd() + "/" + zip_filename
aws_zip_filename = f"fileb://{fq_zip_filename}"
print("Zipfile should be at: ", fq_zip_filename)

Expand All @@ -99,6 +99,7 @@
'ap-southeast-3',
'ap-southeast-4',
'ap-southeast-5',
'ap-southeast-7',
'ca-central-1',
'ca-west-1',
'cn-north-1',
Expand Down

0 comments on commit 5e41d2e

Please sign in to comment.