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.
1 parent 97f4d30 commit c53e5deCopy full SHA for c53e5de
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