Replies: 1 comment 1 reply
-
Hi @Denn0, Thanks for the feedback! We'll get a task on our backlog to provide an example like this. Are there specific services (besides AWS Lambda of course!) that you'd like to see included? Is there a specific scenario you're thinking about (shopping cart, admin Create Read Update Delete, IoT event processing, etc)? We can do something generic of course, but we like making examples that are more "real-world" when possible. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm moving from Python to TypeScript as I moved to another team recently. Kind of struggling with some of the auxiliary tool in lambda, such as X-Ray and Powertools. In my experience Python is a bit more lenient, where typescript is a bit more strict and then we have the transpilation step to cope with.
AWS Docs prescribes to use Middy middleware module to inject lambda context into the logger. That works fine, but now I run into unittest issues due to using middy.
Could you guys perhaps provide some Typescript unittest examples that includes testing a lambda that uses Powertools (with middy) and X-Ray functionality?
Would be much appreciated!
Dennis
Beta Was this translation helpful? Give feedback.
All reactions