Skip to content

Instantly share code, notes, and snippets.

@manico
Last active December 31, 2019 12:23
Show Gist options
  • Save manico/d3d835ecd466091fc2942587667c0d0c to your computer and use it in GitHub Desktop.
Save manico/d3d835ecd466091fc2942587667c0d0c to your computer and use it in GitHub Desktop.
Lambda Function
export async function handler(event, context) {
return {
statusCode: 200,
body: JSON.stringify({}),
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment