You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [Lambda Events](https://lambda.101i.de/) for more documentation on the different AWS Lambda event structures
86
86
and see the official docs on [AWS Lambda Shareable test events](https://docs.aws.amazon.com/lambda/latest/dg/testing-functions.html#creating-shareable-events).
87
+
88
+
## Recent changes
89
+
90
+
### 0.12.0
91
+
92
+
- Add `generate-test-event` support
93
+
- Add python 3.7 support
94
+
95
+
### 0.11.0
96
+
97
+
- Add support for python 3.8
98
+
99
+
### 0.10.0
100
+
101
+
- Add python 3.10 and dependabot
102
+
- Add security and linting
103
+
- Add coverage report
104
+
105
+
### 0.9.0
106
+
107
+
- Add long form cli arguments (`--region`, `--lambda-name`, `--event-name`)
0 commit comments