Skip to content

Commit 6b700b0

Browse files
committed
Layer version 5
1 parent a3cbe0b commit 6b700b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff 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:4
10+
arn:aws:lambda:<region>:744348701589:layer:bash:5
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:4 \
39+
--layers arn:aws:lambda:<region>:744348701589:layer:bash:5 \
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:4
64+
--layers arn:aws:lambda:<region>:744348701589:layer:bash:5
6565
```
6666

6767
### Writing Scripts

0 commit comments

Comments
 (0)