-
Notifications
You must be signed in to change notification settings - Fork 476
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
feat: Add POCOs for S3 object events #1073
Conversation
@rpf3 It would be nice to add some test cases as well. Please refer existing ones as a reference. |
@rpf3 Also refer https://docs.aws.amazon.com/AmazonS3/latest/userguide//ev-events.html,
|
This commit adds POCOs to model S3 object events routed via EventBridge.
This commit adds models for all the EventBridge S3 object event types.
@ashishdhingra I've pushed some new models as you requested. Is this more in line with what you were thinking? |
@rpf3 Thanks. Could you also add some unit tests as well as requested in #1073 (comment). |
I manually added unit tests, change size to be a long from an int and added |
This PR has been released as part of version 4.1.0 of Amazon.Lambda.CloudWatchEvents. Thanks for the PR! |
This commit adds POCOs to model S3 object events routed via EventBridge.
closes #1072