Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

fix(lambda_wrapper): fixing async callback handling #18

Merged
merged 1 commit into from
Dec 6, 2018

Conversation

galbash
Copy link
Member

@galbash galbash commented Dec 6, 2018

No description provided.

@galbash galbash force-pushed the async-callback branch 3 times, most recently from be9fcae to aa286e0 Compare December 6, 2018 14:44
@@ -135,12 +138,23 @@ function baseLambdaWrapper(
);

if (result instanceof Promise) {
let raisedError;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let raisedError = null

@galbash galbash merged commit 2452110 into master Dec 6, 2018
@galbash galbash deleted the async-callback branch December 6, 2018 16:27
ranrib added a commit that referenced this pull request Dec 6, 2018
@ranrib ranrib restored the async-callback branch December 9, 2018 18:03
@ranrib ranrib deleted the async-callback branch December 9, 2018 18:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants