Skip to content

Instantly share code, notes, and snippets.

@sergueyarellano
Created May 26, 2021 18:29
Show Gist options
  • Save sergueyarellano/99b10c0f80d98b20f9565afe4e413f03 to your computer and use it in GitHub Desktop.
Save sergueyarellano/99b10c0f80d98b20f9565afe4e413f03 to your computer and use it in GitHub Desktop.
pipe(
// ...
)(lift(req.body))
function lift(config = {}, body = {}) {
return {event: {body}, data: {config}, result: {}}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment