Skip to content

Commit 3cc30b2

Browse files
committed
Added env variables
1 parent 45a05a2 commit 3cc30b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

msk-lambda-schema-avro-java-sam/template_original.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Resources:
3737
Variables:
3838
PARAM1: VALUE
3939
JAVA_TOOL_OPTIONS: -XX:+TieredCompilation -XX:TieredStopAtLevel=1 # More info about tiered compilation https://aws.amazon.com/blogs/compute/optimizing-aws-lambda-function-performance-for-java/
40+
POWERTOOLS_LOG_LEVEL: TRACE
41+
POWERTOOLS_SERVICE_NAME: kafka_consumer
4042
Events:
4143
MSKEvent:
4244
Type: MSK

0 commit comments

Comments
 (0)