N

Results 28 comments of N

Confirmed. I was able to do the same with V2. Thanks!

I currently have too many override resolvers that are used not to add special functionality but just to patch little issues. Each of these I will then have to manage...

Hey @AnilMaktala , thanks for your reply! Is it that I need to file a support case to get it on the roadmap or just to get unblocked? As a...

+1 We have found ourselves rewriting some of the same logic in JS to make simple adjustments in order to avoid working with VTL. For us, working with VTL was...

+1 Same situation. I have indexes that only need a few fields projected and would like to avoid the storage and cost waste. **Workarounds explored:** There is a way to...

There's also the (less than ideal) workaround to [define the table using the CDK](https://aws.amazon.com/fr/blogs/devops/a-new-and-improved-aws-cdk-construct-for-amazon-dynamodb-tables/) and attach it as a data source. It's not clear to me how nicely this will...

I'm also running into this while testing with Vitest. Hopefully there'll be some guidance on this.

I upgraded to 11.0.3. I now have this issue.

I was able to use the stack resources to track down the conflicts. I found that there were resolvers that were referenced in the pipeline of sibling stacks (eg. createdBy,...