File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Resources:
9
9
Properties :
10
10
CodeUri : .build/plugins/AWSLambdaPackager/outputs/AWSLambdaPackager/APIGatewayLambda/APIGatewayLambda.zip
11
11
Timeout : 60
12
- Handler : swift.bootstrap
12
+ Handler : swift.bootstrap # ignored by the Swift runtime
13
13
Runtime : provided.al2
14
14
MemorySize : 512
15
15
Architectures :
@@ -19,7 +19,7 @@ Resources:
19
19
# by default, AWS Lambda runtime produces no log
20
20
# use `LOG_LEVEL: debug` for for lifecycle and event handling information
21
21
# use `LOG_LEVEL: trace` for detailed input event information
22
- LOG_LEVEL : trace
22
+ LOG_LEVEL : debug
23
23
Events :
24
24
HttpApiEvent :
25
25
Type : HttpApi
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Resources:
9
9
Properties :
10
10
CodeUri : .build/plugins/AWSLambdaPackager/outputs/AWSLambdaPackager/AWSSDKExample/AWSSDKExample.zip
11
11
Timeout : 60
12
- Handler : swift.bootstrap
12
+ Handler : swift.bootstrap # ignored by the Swift runtime
13
13
Runtime : provided.al2
14
14
MemorySize : 512
15
15
Architectures :
@@ -19,7 +19,7 @@ Resources:
19
19
# by default, AWS Lambda runtime produces no log
20
20
# use `LOG_LEVEL: debug` for for lifecycle and event handling information
21
21
# use `LOG_LEVEL: trace` for detailed input event information
22
- LOG_LEVEL : trace
22
+ LOG_LEVEL : debug
23
23
24
24
# Handles all methods of the REST API
25
25
Events :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Resources:
10
10
Properties :
11
11
CodeUri : .build/plugins/AWSLambdaPackager/outputs/AWSLambdaPackager/SotoExample/SotoExample.zip
12
12
Timeout : 60
13
- Handler : swift.bootstrap
13
+ Handler : swift.bootstrap # ignored by the Swift runtime
14
14
Runtime : provided.al2
15
15
MemorySize : 512
16
16
Architectures :
@@ -20,7 +20,7 @@ Resources:
20
20
# by default, AWS Lambda runtime produces no log
21
21
# use `LOG_LEVEL: debug` for for lifecycle and event handling information
22
22
# use `LOG_LEVEL: trace` for detailed input event information
23
- LOG_LEVEL : trace
23
+ LOG_LEVEL : debug
24
24
25
25
# Handles all methods of the REST API
26
26
Events :
You can’t perform that action at this time.
0 commit comments