await createSnykIntegration()

in functions/source/AddSnykIntegration/lambda_function.js [121:125]


            await createSnykIntegration(newOrgId)
              .then(async (output) => {
                // Tell CloudFormation we're done and that we succeeded.
                await cfnResponse.send(event, context, cfnResponse.SUCCESS, output);
              });