We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc35678 commit a197895Copy full SHA for a197895
PetAdoptions/cdk/pet_stack/lib/services/stepfn.ts
@@ -29,7 +29,6 @@ export class PetAdoptionsStepFn extends Construct {
29
});
30
31
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";
33
var layer = lambda.LayerVersion.fromLayerVersionArn(this, `LambdaInsights`, layerArn);
34
35
@@ -81,4 +80,4 @@ export class PetAdoptionsStepFn extends Construct {
81
80
pythonFn.addEnvironment("AWS_LAMBDA_EXEC_WRAPPER", "/opt/otel-instrument")
82
return pythonFn;
83
}
84
-}
+}
0 commit comments