Skip to content

Commit 34a37d2

Browse files
committed
Add additional logs
1 parent c108837 commit 34a37d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sample/src/nativeMain/kotlin/com/github/trueangle/knative/lambda/runtime/sample/handler/StringBodyLambdaHandler.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import io.github.trueangle.knative.lambda.runtime.handler.LambdaHandler
66

77
class StringBodyLambdaHandler : LambdaBufferedHandler<String, String> {
88
override suspend fun handleRequest(input: String, context: Context): String {
9-
println("Invoke lambda handler\n payload: $input\n context: $context")
10-
119
return """ {
1210
"statusCode": 200,
1311
"headers": {

0 commit comments

Comments
 (0)