Skip to content

Commit 4a75de9

Browse files
committed
chore: Test
1 parent 5604c20 commit 4a75de9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-lambda-layer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: Create Lambda Layer
3131
run: |
3232
cd functions/watcher
33-
aws lambda publish-layer-version --layer-name cloudtrail-watch-lambda-layer \
33+
aws lambda publish-layer-version --layer-name cloudtrail-watcher-lambda-layer \
3434
--compatible-runtimes "python3.12" \
3535
--zip-file fileb://$PWD/layer.zip

0 commit comments

Comments
 (0)