Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit de242f0

Browse files
committed
update README
1 parent 4abaa53 commit de242f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
66

77
## [1.0.0] - 2019-03-30
88

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

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ This Module allows simple and rapid deployment
1414
- Create CloudWatch Event to prevent Function hibernation
1515
- Set Log Group retention period
1616
- Python function editable in repository and in Lambda UI
17-
- Python dependancies packages in Lambda Layers zip
17+
- Python dependencies packages in Lambda Layers zip
1818
- Optionally create custom Lambda Layer zip using [build-lambda-layer-python](https://github.com/robertpeteuil/build-lambda-layer-python)
19-
- Enables adding/changing dependancies
19+
- Enables adding/changing dependencies
2020
- Enables compiling for different version of Python
2121

2222
## SNS to CloudWatch Logs Features

0 commit comments

Comments
 (0)