Alex Stansfield
Alex Stansfield
I'm also hitting this problem. We have one really small function that we would like to package individually but still deploy to the same api gateway. Right now we running...
I'll give it a shot, for now I just turned off the decoration as not using it.
Would love to see this merged, was the only way we could get this plugin to build on iOS
The docs don't really make that clear at all. `We use expects() when we want to verify that a particular method was called` and `By default expects() sets up an...
Would love to see this fixed. Currently have to add a whole lot of decorators to every DTO to avoid leaking data. This would avoid that by automatically removing anything...
Would be great to also have a way to deploy a selection of services. We use NX monorepo. Currently when we deploy it runs through deployment for every service. NX...
So until this point I'd assumed it was just the function causing the issue. However i've just added another new test with a standard string template. I've added: * `code`...
I'm not really happy with the way I had to do this, but because `prepareProperties` mutates the `properties` and `params` in certain situations this caused issues (like adding `remove` twice...
Actually I was a little worried about the code just because that `prepareProperties` is so complicated that I really couldn't be sure that even though the tests passed this wasn't...
> We use uniqueness rarely. It does add a lot of complexity, so we use it for things that really require it like email addresses and account names. Our use...