Skip to content

Commit

Permalink
Update ARN
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Krizek committed Dec 13, 2018
1 parent 0a774ac commit e342154
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:3
arn:aws:lambda:<region>:744348701589:layer:bash:4
```

## 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:3 \
--layers arn:aws:lambda:<region>:744348701589:layer:bash:4 \
--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:3
--layers arn:aws:lambda:<region>:744348701589:layer:bash:4
```

### Writing Scripts
Expand Down

0 comments on commit e342154

Please sign in to comment.