Skip to content

Commit

Permalink
Remove input from log event
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZZ committed Mar 8, 2024
1 parent 1728cde commit edc97f5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ async function onEvent(cfnRequest: AWSLambda.CloudFormationCustomResourceEvent)
input: JSON.stringify(resourceEvent),
};

log('starting waiter', {
stateMachineArn: getEnv(consts.WAITER_STATE_MACHINE_ARN_ENV),
name: resourceEvent.RequestId,
});

// kick off waiter state machine
await startExecution(waiter);
}
Expand Down

0 comments on commit edc97f5

Please sign in to comment.