Peter Timson

Results 6 comments of Peter Timson

Seems to work if you give it full path to directory rather than a relative path. So you do something like this on Mac ``` dbPath: ${env:PWD}/tmp ```

@joelash Are you able to deploy it removing a large library first? I don't really have another solution I assume AWS haven't fixed this yet. Would be keen to know...

Thanks for the response @agutoli. Seem's like a good work around. I do like the `serverless-webpack` approach to this issue: https://github.com/serverless-heaven/serverless-webpack#forced-exclusion I don't think inclusion makes sense with this lib...

No I don't think so. I will double check tomorrow

I'm having lots of issues with this! Has anyone come up with a solution for a controlled field?

For future reference: Grabs the max items from validation and compares against total items. ``` // ArrayMaxItems.tsx import {ArrayOfPrimitivesInputProps, ArrayOfPrimitivesFunctions, ArrayInputFunctionsProps, ArraySchemaType} from 'sanity' function ArrayFunctions(props: ArrayInputFunctionsProps) { const valRules...