Last active
May 3, 2021 14:43
-
-
Save RealDyllon/cc884bdaf4695c31e5bd8fac72834ee6 to your computer and use it in GitHub Desktop.
AWS Lambda ES6 Async Handler Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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