Skip to content

Commit 5f8061e

Browse files
committed
copilot feedback implementation
1 parent f19dbac commit 5f8061e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ First of all, thanks for contributing!. Before contributing please read the [COD
5858
1. Change the layer_name variable in zip.sh to avoid replacing the prod.
5959
1. Run the following command to publish the layer:
6060
`sh zip.sh`
61-
1. The zip file generated by previous step should generate a zip file which should have `extensions` folder in it, which should consist of the binary for the extension.
61+
1. The zip file generated by previous step should have `extensions` folder in it, which should consist of the binary for the extension.
6262
1. Run the following command to verify that the layer version is published across regions:
6363
`sh verify_layer_versions.sh`
6464

scripts/verify_layer_versions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ for region in "${AWS_REGIONS[@]}"; do
3232
latest_version=$(aws lambda list-layer-versions \
3333
--layer-name "$LAYER_NAME" \
3434
--region "$region" \
35-
--profile sumocontent \
3635
--query 'max_by(LayerVersions, &Version).Version' \
3736
--output text 2>/dev/null)
3837

0 commit comments

Comments
 (0)