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

fix(kms): do not use fixed name when building kms key constructs #1103

Merged
merged 2 commits into from
Apr 12, 2024

Conversation

biffgaut
Copy link
Contributor

Issue #, if available:
Fixes #1101

Description of changes:
Updated the core routine that creates new KMS keys to accept an id and preface the key construct id with the provided id. Pushed that change upward, so that every function that calls the build KMS key function passes an id.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@aws-solutions-constructs-team
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: githubautobuild-for-cdk-v2
  • Commit ID: 84efa08
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@aws-solutions-constructs-team
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: githubautobuild-for-cdk-v2
  • Commit ID: 34d685d
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Copy link
Contributor

@georgebearden georgebearden left a comment

Choose a reason for hiding this comment

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

I like this change. Looks good to me

@biffgaut biffgaut merged commit a5fa0f9 into main Apr 12, 2024
2 checks passed
@biffgaut biffgaut deleted the Issue1101 branch April 12, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SnsToSqs: There is already a Construct with name 'EncryptionKey'
3 participants