Dom Thomas

Results 6 comments of Dom Thomas

Hi @edwardfoyle thanks for your response. I was able to get some module dependencies included in the lambda as you suggested, although I had to use different approaches depending on...

hi @edwardfoyle thanks for your response. However I've been unable to add the openai module as a lambda layer having tried numerous layer paths. This includes `../node_modules/openai`, `./functions/openai`, subdirectories and...

hi, any suggestions? I've been trying to find a way to set a custom owner field value for unauthorized users so only they can see records they have created for...

@chrisbonifacio hi, in the [docs](https://docs.amplify.aws/react/build-a-backend/data/customize-authz/grant-lambda-function-access-to-api/#pageMain) i can see a reference to `allow.resource` however this isn't included in the latest amplify modules - please advise? System: OS: macOS 14.5 CPU: (12)...

Hi @chrisbonifacio, an example schema below. The differences to the docs that I can see are that I am referencing a separate function rather than defining it from within the...

Hi @chrisbonifacio, thanks for your response, the first approach works with my data schema (no typescript errors)