We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2e447 commit acedfefCopy full SHA for acedfef
layers/src/canary-stack.ts
@@ -64,7 +64,7 @@ export class CanaryStack extends Stack {
64
SSM_PARAMETER_LAYER_ARN: props.ssmParameterLayerArn,
65
},
66
layers: layer,
67
- logRetention: RetentionDays.ONE_DAY,
+ logRetention: RetentionDays.TEN_YEARS,
68
tracing: Tracing.ACTIVE,
69
});
70
@@ -79,7 +79,7 @@ export class CanaryStack extends Stack {
79
// use custom resource to trigger the lambda function during the CFN deployment
80
const provider = new Provider(this, 'CanaryCustomResourceProvider', {
81
onEventHandler: canaryFunction,
82
83
84
85
// random suffix forces recreation of the custom resource otherwise the custom resource will be reused from prevous deployment
0 commit comments