Skip to content

Commit

Permalink
Layer version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
gkrizek committed Feb 21, 2019
1 parent a3cbe0b commit 6b700b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See the [How To](#how-to) section to understand how to use these layers. Also se
### ARN

```
arn:aws:lambda:<region>:744348701589:layer:bash:4
arn:aws:lambda:<region>:744348701589:layer:bash:5
```

## How To
Expand Down Expand Up @@ -36,7 +36,7 @@ $ aws lambda create-function \
--role bashFunctionRole \
--handler index.handler \
--runtime provided \
--layers arn:aws:lambda:<region>:744348701589:layer:bash:4 \
--layers arn:aws:lambda:<region>:744348701589:layer:bash:5 \
--zip-file fileb://function.zip
```

Expand All @@ -61,7 +61,7 @@ $ aws lambda create-function \
```
$ aws lambda update-function-configuration \
--function-name bashFunction \
--layers arn:aws:lambda:<region>:744348701589:layer:bash:4
--layers arn:aws:lambda:<region>:744348701589:layer:bash:5
```

### Writing Scripts
Expand Down

0 comments on commit 6b700b0

Please sign in to comment.