Skip to content

DAS-459 send emails with AWS SES #90

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

Merged
merged 2 commits into from
Mar 18, 2021
Merged

DAS-459 send emails with AWS SES #90

merged 2 commits into from
Mar 18, 2021

Conversation

xavji
Copy link
Contributor

@xavji xavji commented Mar 18, 2021

AC

AC Current Behaviour (optional):
Data Plugs require AWS KEYs to connect to AWS. More specifically for this card, Data Plugs use AWS SES to send emails. We use credentials instead of Roles for this.

User Story (required):
As DS Eng I would like that Data Plugs can consume AWS Roles instead of AWS Keys to send emails

Source

https://dswift.atlassian.net/browse/DAS-459

Type

  • Bug Fix
  • Feature Addition
  • Refactor
  • HotFix

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test


private def content(s: String): Content =
new Content(s).withCharset(StandardCharsets.UTF_8.name())

}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a new line, please?

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@xavji xavji merged commit e57f394 into master Mar 18, 2021
@xavji xavji deleted the DAS-459-emails-with-ses branch March 18, 2021 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants