Is your feature request related to a problem? Please describe.
Have a dashboard that lets you see the request move through the stack. Useful for debugging, and testing to see if nothing broke.
This is technically blocked by #4, since adding xray to lambda is a single line in powertools. (Just always have that line there, and you can enable/disable it in the cdk lambda construct props).
Describe the solution you'd like
- Requests through lambdas (boto3 spins up/down ASG) gets traced.
- ASG spinning up, triggering ASG-StateChange Lambda gets traced too.
- Entire x-ray part can be enabled/disabled inside of leaf config. (Might be free-tier, but just-in-case).
- See if there's an x-ray widget that needs to be added to the dashboard.
Describe alternatives you've considered
Just leave it as is. This would be nice to have, but isn't in any way a priority.
Acknowledgements
Is your feature request related to a problem? Please describe.
Have a dashboard that lets you see the request move through the stack. Useful for debugging, and testing to see if nothing broke.
This is technically blocked by #4, since adding xray to lambda is a single line in powertools. (Just always have that line there, and you can enable/disable it in the cdk lambda construct props).
Describe the solution you'd like
Describe alternatives you've considered
Just leave it as is. This would be nice to have, but isn't in any way a priority.
Acknowledgements