Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Mar 31, 2019
1 parent 4abaa53 commit de242f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## [1.0.0] - 2019-03-30

- Moved all Python dependancies to Lambda Layers
- Moved all Python dependencies to Lambda Layers
- Python function editable in repository and in Lambda UI
- Default Python version switched to 3.6
- Add optional dynamically calculated function name based on topic and Cloudwatch Group/Stream
- Optionally create custom Lambda Layer zip using [build-lambda-layer-python submodule](https://github.com/robertpeteuil/build-lambda-layer-python)
- Enables adding/changing dependancies
- Enables adding/changing dependencies
- Enables compiling for different version of Python
- Add new variable `lambda_runtime`

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ This Module allows simple and rapid deployment
- Create CloudWatch Event to prevent Function hibernation
- Set Log Group retention period
- Python function editable in repository and in Lambda UI
- Python dependancies packages in Lambda Layers zip
- Python dependencies packages in Lambda Layers zip
- Optionally create custom Lambda Layer zip using [build-lambda-layer-python](https://github.com/robertpeteuil/build-lambda-layer-python)
- Enables adding/changing dependancies
- Enables adding/changing dependencies
- Enables compiling for different version of Python

## SNS to CloudWatch Logs Features
Expand Down

0 comments on commit de242f0

Please sign in to comment.