This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
6
6
7
7
## [ 1.0.0] - 2019-03-30
8
8
9
- - Moved all Python dependancies to Lambda Layers
9
+ - Moved all Python dependencies to Lambda Layers
10
10
- Python function editable in repository and in Lambda UI
11
11
- Default Python version switched to 3.6
12
12
- Add optional dynamically calculated function name based on topic and Cloudwatch Group/Stream
13
13
- 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
15
15
- Enables compiling for different version of Python
16
16
- Add new variable ` lambda_runtime `
17
17
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ This Module allows simple and rapid deployment
14
14
- Create CloudWatch Event to prevent Function hibernation
15
15
- Set Log Group retention period
16
16
- 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
18
18
- 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
20
20
- Enables compiling for different version of Python
21
21
22
22
## SNS to CloudWatch Logs Features
You can’t perform that action at this time.
0 commit comments