-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(parser): Add missing fields for SESEvent #1027
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1027 +/- ##
========================================
Coverage 99.96% 99.96%
========================================
Files 119 119
Lines 5364 5384 +20
Branches 612 616 +4
========================================
+ Hits 5362 5382 +20
Partials 2 2
Continue to review full report at Codecov.
|
Hey @ran-isenberg – Found them. |
Reverted due to bad tests – I'll retry tomorrow after fixing tests. |
@sthulb what's wrong with the tests? |
I would also try to validate with @jogold who did this for Typescript (PR: DefinitelyTyped/DefinitelyTyped#50031) how to generate test events for this. |
@ran-isenberg - the broken tests was related to how the same event had a change to include |
This is now released under 1.25.10 version! |
@heitorlessa @sthulb you removed the entire commit but it contained some fields that were missing, not just the new types bounce etc. |
ok hopefully things are not even more confusing :). I will have to verify that these 2 are consistent now. |
* develop: (33 commits) fix(docs): remove Slack link (aws-powertools#1210) docs(roadmap): add new roadmap section (aws-powertools#1204) fix(batch): missing space in BatchProcessingError message (aws-powertools#1201) fix(batch): docstring fix for success_handler() record parameter (aws-powertools#1202) chore(deps): bump email-validator from 1.1.3 to 1.2.1 (aws-powertools#1199) docs(layer): upgrade to 1.25.10 chore: include regression in changelog chore: bump to 1.25.10 feat(parameters): add clear_cache method for providers (aws-powertools#1194) chore(ci): changelog pre-generation to fetch tags from origin revert(parser): Add missing fields for SESEvent (aws-powertools#1027) (aws-powertools#1190) fix(parser): Add missing fields for SESEvent (aws-powertools#1027) fix(data-classes): Add missing SES fields and (aws-powertools#1045) fix(event_handler): exception_handler to handle ServiceError exceptions (aws-powertools#1160) chore(deps-dev): bump flake8-bugbear from 22.1.11 to 22.4.25 (aws-powertools#1156) chore(deps-dev): bump mypy from 0.942 to 0.950 (aws-powertools#1162) chore(deps-dev): bump flake8-eradicate from 1.2.0 to 1.2.1 (aws-powertools#1158) chore(deps): bump github/codeql-action from 1 to 2 (aws-powertools#1154) chore(ci): post release on tagged issues too fix(event_handler): Allow for event_source support (aws-powertools#1159) ...
Changes:
Added missing fields, added 3 new recipet type: Bounce, S3 and WorkMail actions
derived from #1025 but had less missing fields.