1davidmichael / cdk-constructs

An AWS CDK construct to send CloudWatch Alarms to Chat Platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lambda exists before completion

KurtMar opened this issue · comments

commented

The change from async/await axios to promise based https call in lambda function causes the lambda to exit before sending the request successfully. Simply removing "async" from the handler function would fix this, if I am not mistaken. Possibly awaiting on the https request would work also, if possible.