Michael Brewer
Michael Brewer
Currently the best option it to do this via CDK
@ganipcanot - this fixes it for me, but the AWS console should also do this
@Narrator - yes, this is what happened to mine. Using the aws cli seems to fix it.
This would be really cool. Especially if we can do it via some class decorators and keep the UX clean.
@saragerion can we implement something like this for typescript too? This is similar to how python allows for logging the event with the correlationId based a json path ```typescript import...
@dreamorosi - maybe at least the most common ones for Typescript today? I assume internally you have some stats on this
i am sure it makes sense once their is stability in the apis, integration and unit testing :). I am sure the community would really appreciate this level of effort....
> Hi Michael, first off thanks for opening an issue to discuss the proposal. > > I think this idea is valuable, I got bitten by this a few times...
@dreamorosi example PR is up #730
Linting would be hard if you are doing something too strict (like unused variables), but at least it should handle syntax errors, missing parameters etc..