Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Commit

Permalink
Enable Lambda tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Aug 31, 2021
1 parent 805e12e commit 3f7b791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const LAMBDA_DEFAULTS = {
memorySize: 128,
timeout: cdk.Duration.seconds(10),
logRetention: logs.RetentionDays.ONE_MONTH,
tracing: lambda.Tracing.ACTIVE,
}

export class DilbertFeedStack extends cdk.Stack {
Expand Down

0 comments on commit 3f7b791

Please sign in to comment.