Skip to content

Instantly share code, notes, and snippets.

@uday-rayala
Created June 4, 2018 14:44
Show Gist options
  • Save uday-rayala/b86386f8e77c54037d2ee5bd5ac76564 to your computer and use it in GitHub Desktop.
Save uday-rayala/b86386f8e77c54037d2ee5bd5ac76564 to your computer and use it in GitHub Desktop.
const handle = (event, context) => {
// Handle the request and return a promise
}
exports.myHandler = withMiddlewares(handle, [
SentryMiddleware(),
DynamoDbInsertOrModifyEventsMiddleware()
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment