We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fcb17 commit 9d126caCopy full SHA for 9d126ca
lib/deploy/stepFunctions/compileIamRole.js
@@ -562,7 +562,7 @@ function getEventBridgePermissions(state) {
562
}
563
564
function getEventBridgeSchedulerPermissions(action, state) {
565
- const scheduleGroupName = state.Parameters.GroupName;
+ const scheduleGroupName = state.Parameters?.GroupName ?? 'default';
566
const scheduleTargetRoleArn = state.Parameters?.Target?.RoleArn;
567
568
return [
0 commit comments