-
Notifications
You must be signed in to change notification settings - Fork 4k
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): support encryption of topics #5052
Conversation
Thanks so much for taking the time to contribute to the AWS CDK ❤️ We will shortly assign someone to review this pull request and help get it
|
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
You do not need to run
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow the contribution guidelines for your PR title and description.
e5ccc09
to
c6290a1
Compare
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
ec605e9
to
80b3d55
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@nija-at I have a question that I should edit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the commit message. So it is needed to use push -f. Is it your expected? If not, I'll re-create PR.
Thanks for doing that but that's less important than the PR title and description. When GH squashes and merges, it uses the PR title and description primarily and then the commit messages.
I have a question that I should edit integ.sns.expected.json manually?
Yes please.
Add Support KMS masterKey on SNS. It is allowed to set `masterKey` as `Kms::Key` to `TopicProps`. Fixes aws#1729
1ac0e2d
to
a640e06
Compare
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
The team is currently heads down for the next couple of days, so it'll be a bit longer before we can get to this. Apologies for the delayed response on your PR. |
Code looks good 👍. We're not accepting community contributions into the CDK until next week, so hang tight. |
OK. It was so fun to complete making this PR with you. |
Thank you for contributing! Your pull request is now being automatically merged. |
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Add Support KMS masterKey on SNS.
It is allowed to set
masterKey
asKms::Key
toTopicProps
.Fixes #1729