Created
June 16, 2018 03:47
-
-
Save adeydas/7550cd0230d47ef86091e269f82ecb61 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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