JD
JD
> Can anyone else replicate this behavior? I can't. I have done negative testing using 0.3.1 (updating an entity where `onUpdate` is `false`) and this is working as intended for...
I think this could be a valid solution for #105.
Isn't this what $remove does?
It depends on your use case I suppose. Some people see empty/undefined values to have a meaning, so adding the exception carte blanche would be a big opinion.
Agreed. I just get the opinion that this library is trying to be as unopinionated as possible. Perhaps this could be an option to turn on? 'RemoveUndefinedAttributes: true' or similar?
I don't disagree with removing undefined, however I do note that $remove works just fine as well. In the context of the DSL for this library, it's more explicit to...
@sandangel how did you get this working with aws lambda? I'm having some issues as lined out in #96
OK. I saw that in the code above, however I get the following error when I try and use the global scoped metadata. I've confirmed that I am only including...
I get the same error when I package individually. Not using `serverless-webpack`. ``` ENOENT: no such file or directory, lstat '/Users/darbio/Repositories/api/.build/functions/workers/shared/email/emails/' ``` The plugin doesn't check for the individual function...