Skip to content

Commit a197895

Browse files
author
Mythili Annamalai Sekar
committed
Update stepfn.ts - Removed the commented line
1 parent dc35678 commit a197895

File tree

1 file changed

+1
-2
lines changed
  • PetAdoptions/cdk/pet_stack/lib/services

1 file changed

+1
-2
lines changed

PetAdoptions/cdk/pet_stack/lib/services/stepfn.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export class PetAdoptionsStepFn extends Construct {
2929
});
3030

3131
var layerArn = "arn:aws:lambda:" + process.env.CDK_DEFAULT_REGION + ":580247275435:layer:LambdaInsightsExtension:38";
32-
// var layerArn = "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:2";
3332
var layer = lambda.LayerVersion.fromLayerVersionArn(this, `LambdaInsights`, layerArn);
3433

3534

@@ -81,4 +80,4 @@ export class PetAdoptionsStepFn extends Construct {
8180
pythonFn.addEnvironment("AWS_LAMBDA_EXEC_WRAPPER", "/opt/otel-instrument")
8281
return pythonFn;
8382
}
84-
}
83+
}

0 commit comments

Comments
 (0)