We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97f4d30 + c53e5de commit c25060fCopy full SHA for c25060f
samples/springboot2/pet-store/sam.yaml
@@ -11,7 +11,7 @@ Resources:
11
PetStoreFunction:
12
Type: AWS::Serverless::Function
13
Properties:
14
- Handler: com.amazonaws.serverless.sample.springboot.StreamLambdaHandler::handleRequest
+ Handler: com.amazonaws.serverless.sample.springboot2.StreamLambdaHandler::handleRequest
15
Runtime: java8
16
CodeUri: target/serverless-springboot2-example-1.0-SNAPSHOT-lambda-package.zip
17
MemorySize: 1512
0 commit comments