We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable X-Ray tracing for a Lambda function through tracing? construct props of lambda.Function for all the -lambda- patterns
tracing?
lambda.Function
Update the DefaultLambdaFunctionProps in core to include tracing as lambda.Tracing.ACTIVE by default
DefaultLambdaFunctionProps
core
tracing
lambda.Tracing.ACTIVE
https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html
The text was updated successfully, but these errors were encountered:
This update was pushed out in v1.61.0
Sorry, something went wrong.
Merge pull request #36 from aws-solutions-constructs-team/bump/2.47.0
eef109f
chore(release): 2.47.0
hnishar
No branches or pull requests
Issue:
Enable X-Ray tracing for a Lambda function through
tracing?
construct props oflambda.Function
for all the -lambda- patternsSolution:
Update the
DefaultLambdaFunctionProps
incore
to includetracing
aslambda.Tracing.ACTIVE
by defaultBest practices documentation:
https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html
The text was updated successfully, but these errors were encountered: