diff --git a/bin/aws-lambda/build_and_publish_lambda_layer.py b/bin/aws-lambda/build_and_publish_lambda_layer.py index 40a2fba5..bf512dc3 100755 --- a/bin/aws-lambda/build_and_publish_lambda_layer.py +++ b/bin/aws-lambda/build_and_publish_lambda_layer.py @@ -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) @@ -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',