Skip to content

Commit 616a597

Browse files
authored
Merge pull request #7 from vkuptcov/feature-fix-readme-typo
Typo in the SpringLambdaContainerHandler name in README
2 parents 06ebfae + ad4eb8b commit 616a597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public class EchoSpringAppConfig {
4848
Once you have declared a configuration class, you can initialize the library with the class name:
4949
```java
5050
public class LambdaHandler implements RequestHandler<AwsProxyRequest, AwsProxyResponse> {
51-
SpringLambdacontainerHandler<AwsProxyRequest, AwsProxyResponse> handler =
52-
SpringLambdacontainerHandler.getAwsProxyHandler(EchoSpringAppConfig.class)
51+
SpringLambdaContainerHandler<AwsProxyRequest, AwsProxyResponse> handler =
52+
SpringLambdaContainerHandler.getAwsProxyHandler(EchoSpringAppConfig.class);
5353

5454
public AwsProxyResponse handleRequest(AwsProxyRequest awsProxyRequest, Context context) {
5555
return handler.proxy(awsProxyRequest, context);

0 commit comments

Comments
 (0)