-
Notifications
You must be signed in to change notification settings - Fork 587
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
Missing Events from SES #6617
Comments
Hi, could you assign this issue to me? |
Hey @mbayucot, If you want to contribute and create a pr to fix it, you can mention this issue so it will auto link to this issue. Thanks! |
Hi @zshzbh, Got it, thanks. I’ll take a look and work on a fix. |
@mbayucot Thanks! |
This issue has not received a response in 1 week. If you still think there is a problem, please leave a comment to avoid the issue from automatically closing. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Describe the issue
The docs shows that i can subscribe to 10 events
https://docs.aws.amazon.com/ses/latest/dg/event-publishing-retrieving-sns-examples.html
But in the code it show that notificationType is limited to 3 only
https://github.com/aws/aws-sdk-js-v3/blob/e5a04d0396396a84074ea330073bcf06f8fa1f82/clients/client-
ses/src/models/models_0.ts#L3949
Can i subscribe to the other events?
Links
https://docs.aws.amazon.com/ses/latest/dg/event-publishing-retrieving-sns-examples.html
The text was updated successfully, but these errors were encountered: