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 3f9cbf8 commit 3dea33aCopy full SHA for 3dea33a
README.md
@@ -145,7 +145,6 @@ $ aws lambda create-function --function-name LAMBDA_FUNCTION_NAME \
145
--zip-file YOUR_MODULE_NAME.zip \
146
--runtime provided.al2023 \ # Change this to provided.al2 if you would like to use Amazon Linux 2
147
--role arn:aws:iam::XXXXXXXXXXXXX:role/YOUR_LAMBDA_EXECUTION_ROLE \
148
- --environment Variables={RUST_BACKTRACE=1} \
149
--tracing-config Mode=Active
150
```
151
0 commit comments