Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mdlavin/60cff8557efb5d2913bac7a909b6a09a to your computer and use it in GitHub Desktop.
Save mdlavin/60cff8557efb5d2913bac7a909b6a09a to your computer and use it in GitHub Desktop.
Example code that was invoking the lambda
const result = await lambda.invoke(request).promise();
const payload = JSON.parse(result.Payload);
const body = payload.body;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment