Skip to content

Instantly share code, notes, and snippets.

@adeydas
Created June 16, 2018 03:47
Show Gist options
  • Select an option

  • Save adeydas/7550cd0230d47ef86091e269f82ecb61 to your computer and use it in GitHub Desktop.

Select an option

Save adeydas/7550cd0230d47ef86091e269f82ecb61 to your computer and use it in GitHub Desktop.
public Response handleRequest(Map<String, Object> request, Context context) {
LOG.info("My lambda has started with request {}", request);
throw new RuntimeException("Failed: Something bad happened");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment