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,