Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created April 4, 2022 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardgrantserverless/32c468c9520544f5e647a8bc391c9fcd to your computer and use it in GitHub Desktop.
Save richardgrantserverless/32c468c9520544f5e647a8bc391c9fcd to your computer and use it in GitHub Desktop.
'use strict'
module.exports.exampleFunction = async (event, context) => {
return {
statusCode: 200,
body: JSON.stringify({
message: 'Success!'
})
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment