Skip to content
Snippets Groups Projects
Commit 0bb0abec authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

test

parent 46b2503c
No related branches found
No related tags found
1 merge request!806AWS Lambda
......@@ -43,25 +43,25 @@ public class PrimingResource implements OrderedResource {
new MockLambdaContext());
}
handler.handleRequest(
getAwsProxyRequest(contextPath + "/probability"),
new MockLambdaContext());
// handler.handleRequest(
// getAwsProxyRequest(contextPath + "/probability"),
// new MockLambdaContext());
handler.handleRequest(
getAwsProxyRequest(contextPath + "/rate"),
new MockLambdaContext());
// handler.handleRequest(
// getAwsProxyRequest(contextPath + "/rate"),
// new MockLambdaContext());
handler.handleRequest(
getAwsProxyRequest(contextPath + "/disagg"),
new MockLambdaContext());
// handler.handleRequest(
// getAwsProxyRequest(contextPath + "/disagg"),
// new MockLambdaContext());
handler.handleRequest(
getAwsProxyRequest(contextPath + "/map"),
new MockLambdaContext());
// handler.handleRequest(
// getAwsProxyRequest(contextPath + "/map"),
// new MockLambdaContext());
handler.handleRequest(
getAwsProxyRequest(contextPath),
new MockLambdaContext());
// handler.handleRequest(
// getAwsProxyRequest(contextPath),
// new MockLambdaContext());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment