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 a6f578e commit 61e8b54Copy full SHA for 61e8b54
.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" }' --outfile response.json
+ awslocal lambda invoke --function-name test-function --payload '{ "foo": "bar" }' response.json
103
# grep "Hello from Lambda!" response.json
104
105
- name: Destroy Terraform Resources in Localstack
0 commit comments