Skip to content

Commit 8a27cec

Browse files
KadoBOTdavidbarsky
authored andcommitted
Update README.md (#21)
bash script creates a `lambda.zip` not a `rust.zip`
1 parent 21ecb9a commit 8a27cec

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
@@ -69,7 +69,7 @@ Now that we have a deployment package (`lambda.zip`), we can use the [AWS CLI](h
6969
```bash
7070
$ aws lambda create-function --function-name rustTest \
7171
--handler doesnt.matter \
72-
--zip-file file://./rust.zip \
72+
--zip-file file://./lambda.zip \
7373
--runtime provided \
7474
--role arn:aws:iam::XXXXXXXXXXXXX:role/your_lambda_execution_role \
7575
--environment Variables={RUST_BACKTRACE=1} \

0 commit comments

Comments
 (0)