Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdala authored Jan 13, 2022
1 parent 07215f1 commit c5b719a
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 @@ -39,7 +39,7 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs14.x
CodeUri: function/.
Layers:
- arn:aws:lambda:eu-west-1:12345678:layer:secretsmanager-caching-extension:1
Expand All @@ -49,7 +49,7 @@ functions:
hello:
handler: handler.hello
layers:
- arn:aws:lambda:eu-west-1:12345678:layer:secretsmanager-caching-extension:1
- arn:aws:lambda:eu-west-1:12345678:layer:secretsmanager-caching-extension:1
```
### Sidecar Container
Expand Down Expand Up @@ -78,4 +78,4 @@ Contributions are always welcome, please have a look at our issues to see if the

## License

AWS Secrets Manager Caching Extension is licensed under LGPLv3 license.
AWS Secrets Manager Caching Extension is licensed under LGPLv3 license.

0 comments on commit c5b719a

Please sign in to comment.