Skip to content

Commit ea3bcf6

Browse files
committed
correct usage of zsh env var
1 parent 3275952 commit ea3bcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Streaming/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ aws lambda create-function \
4747
--runtime provided.al2 \
4848
--handler provided \
4949
--architectures arm64 \
50-
--role arn:aws:iam::$AWS_ACCOUNT_ID:role/lambda_basic_execution \
50+
--role arn:aws:iam::${AWS_ACCOUNT_ID}:role/lambda_basic_execution \
5151
--timeout 15
5252
```
5353

0 commit comments

Comments
 (0)