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 1abc65a commit 4a45efcCopy full SHA for 4a45efc
1 file changed
cloudformation/deploy.js
@@ -101,6 +101,7 @@ async function deployHook(deploymentId, lifecycleEventHookExecutionId) {
101
102
async function cloudformationHook(event, context) {
103
if (event.RequestType !== "Create") {
104
+ cfn.send(event, context, cfn.SUCCESS, {});
105
return;
106
}
107
0 commit comments