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 3275952 commit ea3bcf6Copy full SHA for ea3bcf6
Examples/Streaming/README.md
@@ -47,7 +47,7 @@ aws lambda create-function \
47
--runtime provided.al2 \
48
--handler provided \
49
--architectures arm64 \
50
---role arn:aws:iam::$AWS_ACCOUNT_ID:role/lambda_basic_execution \
+--role arn:aws:iam::${AWS_ACCOUNT_ID}:role/lambda_basic_execution \
51
--timeout 15
52
```
53
0 commit comments