Skip to content
Snippets Groups Projects

AWS Lambda

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -35,7 +35,9 @@ public class PrimingResource implements OrderedResource {
getAwsProxyRequest(contextPath + "/hazard"),
new MockLambdaContext());
log.info("Test location");
if (location.isPresent()) {
log.info("Location: " + location.get());
handler.handleRequest(
getAwsProxyRequest(contextPath + "/hazard" + location.get()),
new MockLambdaContext());
Loading