Skip to content
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

Add support for SES event info #222

Open
adjohn opened this issue Dec 14, 2018 · 1 comment
Open

Add support for SES event info #222

adjohn opened this issue Dec 14, 2018 · 1 comment
Labels
enhancement Improves the library by adding a new feature!
Milestone

Comments

@adjohn
Copy link
Member

adjohn commented Dec 14, 2018

Here's the docs on SES context: https://docs.aws.amazon.com/lambda/latest/dg/eventsources.html#eventsources-ses-email-receiving

@XerTheSquirrel XerTheSquirrel added the enhancement Improves the library by adding a new feature! label Dec 14, 2018
@XerTheSquirrel XerTheSquirrel added this to the Release 1.12.0 milestone Dec 14, 2018
@XerTheSquirrel XerTheSquirrel self-assigned this Dec 18, 2018
@XerTheSquirrel XerTheSquirrel added the in progress Development is currently in progress! label Dec 18, 2018
@XerTheSquirrel
Copy link
Contributor

Okay so, there is no standard SESEvent handler that is available for Java which I can find, Event Info for Java depends on the input object and does not use the input JSON. SES events can be placed inside of SNS events but there are standalone SES events which do not have the event class.

@XerTheSquirrel XerTheSquirrel removed the in progress Development is currently in progress! label Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves the library by adding a new feature!
Projects
None yet
Development

No branches or pull requests

2 participants