Skip to content

Commit a0ee5a2

Browse files
committed
chore: Update dev region for AWS Lambda layer publishing script.
Signed-off-by: Paulo Vital <[email protected]>
1 parent 802f856 commit a0ee5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/aws-lambda/build_and_publish_lambda_layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
]
108108

109109
if dev_mode:
110-
target_regions = ["us-west-1"]
110+
target_regions = ["us-east-1"]
111111
LAYER_NAME = "instana-py-dev"
112112
else:
113113
target_regions = [

0 commit comments

Comments
 (0)