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

Support for AWS SSO + custom attributes to configure SNS platform app #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 7, 2022

  1. Support for AWS SSO + custom attributes to configure SNS platform app

    This commit adds the possibility to pass an AWS SNS client, which can be initialized with AWS SSO credentials. It also makes the code unit testable by providing a client with stub_responses (I'll make a separate PR for that).
    We also needed to configure the SNS platform app with various attributes like EventEndpointCreated, so I added a parameter for that. The full list of SNS platform application attributes can be found here: https://docs.aws.amazon.com/sns/latest/api/API_SetPlatformApplicationAttributes.html .
    MarcPerezPro committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    aa34e84 View commit details
    Browse the repository at this point in the history