From 6032b8643811bb40d50f5790520bd9095f90f830 Mon Sep 17 00:00:00 2001 From: Kaizen Conroy <36202692+kaizencc@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:56:12 -0400 Subject: [PATCH] chore: notice for https://github.com/aws/aws-cdk/issues/31716 (#643) Co-authored-by: Momo Kornher --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index 88dbddf..44c4096 100644 --- a/data/notices.json +++ b/data/notices.json @@ -1,5 +1,17 @@ { "notices": [ + { + "title": "cli: import fails with with 'S3 error: Access Denied", + "issueNumber": 31716, + "overview": "When using cdk import, the command tries to read a template that doesn't exist from the assets bucket.", + "components": [ + { + "name": "cli", + "version": ">=2.161.0 <=2.162.0" + } + ], + "schemaVersion": "1" + }, { "title": "stepfunctions-tasks: BedrockInvokeModel outputPath no longer passes output to next state", "issueNumber": 31302,