From 69bf899d0574906b0124c69f4e44e4d1a4a28209 Mon Sep 17 00:00:00 2001 From: corymhall <43035978+corymhall@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:37:13 -0400 Subject: [PATCH] fix: must have a minimum of 900 durationseconds --- src/diff.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diff.ts b/src/diff.ts index d1a022f..b575836 100644 --- a/src/diff.ts +++ b/src/diff.ts @@ -41,7 +41,7 @@ export class StackDiff { RoleArn: stack.lookupRole.arn.replace('${AWS::Partition}', 'aws'), RoleSessionName: 'cdk-diff-action', ExternalId: stack.lookupRole.assumeRoleExternalId, - DurationSeconds: 300, + DurationSeconds: 900, }, }) : undefined; this.client = new CloudFormationClient({