Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions cdk/lib/__snapshots__/image-copier-lambda.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ exports[`the lambda stack matches the snapshot 1`] = `
"Description": "The SNS topic to subscribe to",
"Type": "String",
},
"KmsKeyArn": {
"Default": "",
"Description": "Override the default KMS key if required",
"Type": "String",
},
},
"Resources": {
"HousekeepingLambda": {
Expand Down
6 changes: 0 additions & 6 deletions cdk/lib/image-copier-lambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ export class ImageCopierLambda extends GuStack {
'deploy-tools-dist',
);

new CfnParameter(this, 'KmsKeyArn', {
description: 'Override the default KMS key if required',
type: 'String',
default: '',
});

const kmsKeyArn = Fn.importValue('amigo-imagecopier-key');

const housekeepingTopicParam = new CfnParameter(
Expand Down
Loading