Skip to content

Instantly share code, notes, and snippets.

View sats17's full-sized avatar
:octocat:
alive

Satish Kumbhar sats17

:octocat:
alive
View GitHub Profile
@sats17
sats17 / JavaLambdaLocalTestAsJavaApplication.java
Last active October 24, 2023 08:51 — forked from satr/LambdaRequestHandlerWithLoggerTest.java
Mock Lambda Context and Logger while testing AWS Lambda RequestHandler (with JUnit4)
package com.test;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Scanner;