File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ See the [How To](#how-to) section to understand how to use these layers. Also se
77### ARN
88
99```
10- arn:aws:lambda:<region>:744348701589:layer:bash:5
10+ arn:aws:lambda:<region>:744348701589:layer:bash:7
1111```
1212
1313## How To
@@ -36,7 +36,7 @@ $ aws lambda create-function \
3636 --role bashFunctionRole \
3737 --handler index.handler \
3838 --runtime provided \
39- --layers arn:aws:lambda:<region>:744348701589:layer:bash:5 \
39+ --layers arn:aws:lambda:<region>:744348701589:layer:bash:7 \
4040 --zip-file fileb://function.zip
4141```
4242
@@ -61,7 +61,7 @@ $ aws lambda create-function \
6161```
6262$ aws lambda update-function-configuration \
6363 --function-name bashFunction \
64- --layers arn:aws:lambda:<region>:744348701589:layer:bash:5
64+ --layers arn:aws:lambda:<region>:744348701589:layer:bash:7
6565```
6666
6767### Writing Scripts
You can’t perform that action at this time.
0 commit comments