Greg Farrow
Greg Farrow
This can also be solved by setting the flag in your `cdk.json` file, for example: ` { "app": "python3 app.py", "requireApproval": "never", "context": {...} } `
The fix appears to work 👍
We have a similar requirement. Specifically trying to link spans together across AWS services, such as DynamoDB or EventBridge. For example: - Lambda A "producer" writes an event to EventBridge...
this has been working well for me too @yannbf - been using it for a few weeks now
Thanks for the patch @tywalch 🙏 appreciate the quick turnaround Pinning the AWS dependencies isn't ideal, so is there a plan to resolve the issue so we can resume using...
Hi @ThomasAribart, This is a great library, thank you for building it! I've already improved my understanding of event sourcing. I raised this PR, but I wondered if you also...