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

feat(ses): grant methods to IEmailIdentity #29084

Merged
merged 9 commits into from
Feb 13, 2024

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    d4b4551 View commit details
    Browse the repository at this point in the history
  2. fix: move grant to IEmailIdentity

    Also introduce an abstract base class to avoid duplication between
    imported email identities.
    karaken12 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4f92df8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a41cf2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4829c9f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Add emailIdentityArn to IEmailIdentity

    It made sense to do so, and adding the `@attribute` fixes a lint error.
    karaken12 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e4a87c7 View commit details
    Browse the repository at this point in the history
  2. Add SendRawEmail action to send email grants

    This matches built in AWS policies, such as
    AmazonCognitoIdpEmailServiceRolePolicy.
    karaken12 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ae91f13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9959201 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d91841 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9162ae7 View commit details
    Browse the repository at this point in the history