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 21ecb9a commit 8a27cecCopy full SHA for 8a27cec
README.md
@@ -69,7 +69,7 @@ Now that we have a deployment package (`lambda.zip`), we can use the [AWS CLI](h
69
```bash
70
$ aws lambda create-function --function-name rustTest \
71
--handler doesnt.matter \
72
- --zip-file file://./rust.zip \
+ --zip-file file://./lambda.zip \
73
--runtime provided \
74
--role arn:aws:iam::XXXXXXXXXXXXX:role/your_lambda_execution_role \
75
--environment Variables={RUST_BACKTRACE=1} \
0 commit comments