ijemmy
ijemmy
@dreamorosi 1. We probably don't want Logger to depends on `aws-xray-sdk`. So this option is only suitable if we have the same method in `Tracer`. But we don't want to...
Note for implementer. Please check if we can also update the target from ES2019 to a newer version. It was implemented in this PR: https://github.com/awslabs/aws-lambda-powertools-typescript/pull/925
@niko-achilles Let me make sure that I understand correctly. You suggest to separate files that contain Lambda code into into a separated folder. The example is for `cdktf`. If we...
@niko-achilles > But why use the word resources for the application folder ? Because the official tutorial uses that word. And I don't know if there is a global standard...
> A structure example in shake of simplicity. What do you think @dreamorosi ? > > ``` > examples/cdk > | - infrastructure > |- bin > |- lib >...
Let me summarise this so we have actionable items **Reason for this change** 1. We should separate application code from infrastructure code. 2. The example is hard to understand as...
One more thing, I prefer that we don't keep transpiled JS files in Git repo.
@ConnorKirk Thanks for the research! @dreamorosi I am not familiar with this domain. But I want to check that this is probably a one-way decision, right? * Once we support...
@misterjoshua Thanks a lot. This is very nice RFC and rich in details. We plan to catch up with Python feature so this is in our roadmap. The team is...
@misterjoshua > I presume that validateSchema would have a parameter that accepts your Validation instance? That's right. > Also, handlerBase wants GreetingRequest - would the validateSchema middleware strip the envelope?...