Skip to content

Commit

Permalink
chore: clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
sbstjn committed Mar 26, 2024
1 parent 365d78c commit a3cc35c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions aws/aspects/EnableLambdaXRayTracing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { IAspect, aws_lambda } from 'aws-cdk-lib'
import { IConstruct } from 'constructs'

export class EnableLambdaXRayTracing implements IAspect {
constructor() {}

public visit(node: IConstruct): void {
if (!(node instanceof aws_lambda.CfnFunction)) {
return
Expand Down
2 changes: 0 additions & 2 deletions aws/aspects/HTTPApiGatewayLogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { RetentionDays } from 'aws-cdk-lib/aws-logs'
import { Construct, IConstruct } from 'constructs'

export class HTTPApiGatewayLogs implements IAspect {
constructor() {}

public visit(node: IConstruct): void {
if (!(node instanceof aws_apigatewayv2.CfnStage)) {
return
Expand Down

0 comments on commit a3cc35c

Please sign in to comment.