Skip to content

Commit

Permalink
Add gradle plugin for creating lambda release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
trueangle committed Sep 14, 2024
1 parent 7f18614 commit 82bd1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ You can now test the function using the AWS CLI or the AWS Lambda console
```bash
$ aws lambda invoke
--cli-binary-format raw-in-base64-out \
--function-name sample \
--function-name LAMBDA_FUNCTION_NAME \
--payload '{"command": "Say Hi!"}' \
output.json
$ cat output.json
Expand Down

0 comments on commit 82bd1d9

Please sign in to comment.