You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use case we want to be able to use AWS Lambda Powertools and this means I need to be able to set TracingConfig and Environment variables. I do not currently see any documented way I can achieve this. I currently copy the deployed CF template and update it to include these properties as follows:
And that configuration does get XRay tracing to work which is very useful.
Interestingly the powertools repo has an open PR to add typing support for config rules feat(event_sources): add AWS Config Rule event data class #2175 that feature combined with the ability to add the required properties to the centralized lambdas would allow XRay tracing to be setup out of the box.
This can likely be easily achieved (initially) with AWS Powertools and liberal usage of the metrics / tracer / logger modules.
The text was updated successfully, but these errors were encountered: