Skip to content

Commit 53755bf

Browse files
committed
🚧
1 parent 61e8b54 commit 53755bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Invoke Lambda
100100
run: |
101101
awslocal lambda list-functions
102-
awslocal lambda invoke --function-name test-function --payload '{ "foo": "bar" }' response.json
102+
awslocal lambda invoke --function-name lambda --payload '{ "foo": "bar" }' response.json
103103
# grep "Hello from Lambda!" response.json
104104
105105
- name: Destroy Terraform Resources in Localstack

0 commit comments

Comments
 (0)