Skip to content

Commit c25060f

Browse files
authored
Merge pull request #226 from medinarrior/master
Handler typo - aws-sam-cli/issues/932
2 parents 97f4d30 + c53e5de commit c25060f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/springboot2/pet-store/sam.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Resources:
1111
PetStoreFunction:
1212
Type: AWS::Serverless::Function
1313
Properties:
14-
Handler: com.amazonaws.serverless.sample.springboot.StreamLambdaHandler::handleRequest
14+
Handler: com.amazonaws.serverless.sample.springboot2.StreamLambdaHandler::handleRequest
1515
Runtime: java8
1616
CodeUri: target/serverless-springboot2-example-1.0-SNAPSHOT-lambda-package.zip
1717
MemorySize: 1512

0 commit comments

Comments
 (0)