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 low level AWS services #287

Open
kerma opened this issue Jul 29, 2019 · 6 comments
Open

Add support for low level AWS services #287

kerma opened this issue Jul 29, 2019 · 6 comments

Comments

@kerma
Copy link

kerma commented Jul 29, 2019

Is your feature request related to a problem? Please describe.
I'd like to use notifiers with AWS services like SNS, SES and maybe SQS.

Describe the solution you'd like
For this to happen notifiers would probably need add an additional dependency: botocore.

Describe alternatives you've considered
Not use notifiers and implement the same thing in my app directly.

Additional context
I'm thinking about writing an SNS provider. Need to know up front whether botocore would be considered too big of an dependency.

@welcome
Copy link

welcome bot commented Jul 29, 2019

Thanks for opening your first issue here! Be sure to follow the issue template! 👋🐞👋

@kerma kerma changed the title Would botocore be too much of an dependency? Would botocore be too much of a dependency? Jul 29, 2019
@liiight
Copy link
Owner

liiight commented Jul 29, 2019

I actually considered adding extra dependencies at some point, exactly for this purpose. So you could essentially do pip install notifiers[extra] and have additional deps installed if you wish to do so.

This would require some minimal changes to the framework and ofcourse implementing these new notifiers but it's very doable.

I'm changing this issue to a regular feature request.

Thanks for taking an interest in notifiers!

@liiight liiight self-assigned this Jul 29, 2019
@liiight liiight changed the title Would botocore be too much of a dependency? Add support for low level AWS services Jul 29, 2019
@Coinhexa
Copy link

Coinhexa commented Jun 8, 2023

still no updates after 4 years?

@liiight
Copy link
Owner

liiight commented Jun 8, 2023

yep, still nothing. It's almost like the passage of time itself is not a source of work.

@Coinhexa
Copy link

Coinhexa commented Jun 9, 2023

Is it possible to somehow use this to send emails via SES?

what values for host, port, username and password would you need here for SES emails?

@liiight
Copy link
Owner

liiight commented Jun 21, 2023

Well, since you've been so gracious, I taken the time to look into this, and found this: https://docs.aws.amazon.com/ses/latest/dg/send-email-smtp.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants