We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e8b54 commit 53755bfCopy full SHA for 53755bf
.github/workflows/ci.yml
@@ -99,7 +99,7 @@ jobs:
99
- name: Invoke Lambda
100
run: |
101
awslocal lambda list-functions
102
- awslocal lambda invoke --function-name test-function --payload '{ "foo": "bar" }' response.json
+ awslocal lambda invoke --function-name lambda --payload '{ "foo": "bar" }' response.json
103
# grep "Hello from Lambda!" response.json
104
105
- name: Destroy Terraform Resources in Localstack
0 commit comments