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(sns): add displayName property to a Topic #10

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

yoshimi0227
Copy link

Issue # (if applicable)

Closes #1

Reason for this change

We can set a display name for an SNS topic from cloudformation, but this was not supported in the AWS CDK L2 construct.

Description of changes

Add displayName property to TopicProps and set it in the CfnTopic constructor.

Description of how you validated changes

Added both unit and integration tests.

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

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

Successfully merging this pull request may close these issues.

sns: configure the display name for an SNS topic
1 participant