Skip to content

Commit 82bd1d9

Browse files
committed
Add gradle plugin for creating lambda release artifact
1 parent 7f18614 commit 82bd1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ You can now test the function using the AWS CLI or the AWS Lambda console
158158
```bash
159159
$ aws lambda invoke
160160
--cli-binary-format raw-in-base64-out \
161-
--function-name sample \
161+
--function-name LAMBDA_FUNCTION_NAME \
162162
--payload '{"command": "Say Hi!"}' \
163163
output.json
164164
$ cat output.json

0 commit comments

Comments
 (0)