cdklabs/aws-delivlib

ChangeController does not disable stage transition when calendar object is missing

Closed this issue · 3 comments

I created a bucket separately and passed it to the ChangeController. The bucket is currently empty. The stage transitions are not being disabled and I see the following logs in the lambda handler:


@timestamp @message
2020-05-04 15:59:00.288 END RequestId:
2020-05-04 15:59:00.288 REPORT RequestId: Duration: 889.78 ms Billed Duration: 900 ms Memory Size: 128 MB Max Memory Used: 106 MB Init Duration: 637.10 ms
2020-05-04 15:59:00.276 2020-05-04T15:59:00.276Z INFO All Done!
2020-05-04 15:59:00.089 2020-05-04T15:59:00.088Z INFO Enabling transition into RedactedPipeline.RedactedStage
2020-05-04 15:59:00.049 2020-05-04T15:59:00.049Z INFO Calendar object could not be found (The specified key does not exist.), defaulting to closed.
2020-05-04 15:58:59.427 2020-05-04T15:58:59.427Z INFO CHANGE_CONTROL_OBJECT_KEY: redacted-bucket-name
2020-05-04 15:58:59.427 2020-05-04T15:58:59.427Z INFO STAGE_NAME: redacted-bucket-name
2020-05-04 15:58:59.427 2020-05-04T15:58:59.427Z INFO PIPELINE_NAME: redacted-bucket-name
2020-05-04 15:58:59.401 2020-05-04T15:58:59.400Z INFO CHANGE_CONTROL_BUCKET_NAME: redacted-bucket-name
2020-05-04 15:58:59.397 START RequestId: Version: $LATEST

This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon.

Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen.

Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen.