Skip to content

Instantly share code, notes, and snippets.

@RealDyllon
Last active May 3, 2021 14:43
Show Gist options
  • Save RealDyllon/cc884bdaf4695c31e5bd8fac72834ee6 to your computer and use it in GitHub Desktop.
Save RealDyllon/cc884bdaf4695c31e5bd8fac72834ee6 to your computer and use it in GitHub Desktop.
AWS Lambda ES6 Async Handler Template
export async function handler(event, context) {
// await stuff here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment