You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/template.yaml
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@ Description: >
9
9
Globals:
10
10
Function:
11
11
Timeout: 20
12
+
Runtime: java11
12
13
13
14
Resources:
14
15
HelloWorldFunction:
15
16
Type: AWS::Serverless::Function # More info about Function Resource: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessfunction
16
17
Properties:
17
18
CodeUri: HelloWorldFunction
18
19
Handler: helloworld.App::handleRequest
19
-
Runtime: java11
20
20
MemorySize: 512
21
21
Environment: # More info about Env Vars: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#environment-object
0 commit comments