Daniel Blignaut

Results 13 comments of Daniel Blignaut

I know this is not a productive comment but the broader issue of resolvers becoming dettached (irrespective of the cause) really makes Appsync unbearable on large schema deployments. Please can...

Hi, I currently use my only build script as a work around, such as below: ```typescript import { compile, compileFromFile } from 'json-schema-to-typescript' import fs from 'fs' import path from...

I managed to work around by: 1. add the tmp directory to your root yarn package.json workspaces array 2. Change your build step to be as below: ```bash cd packages/package-dir...

any progress on this issue? I'm experiencing the same problem which leads to an issue with GraphQL resolvers with nonNull lists

+1 . Can anybody share an example of this if they've managed to implement it.

@btwiuse I've seen that but it seems incomplete? I get compile time errors in the Rust code

My 2 cents on running amplify with Typescript... (be prepared for some code copy and pasting) 1. on the entire application, make use of yarn workspaces... I configure my package.json...

@r0zar I think it's a very low / non-existant priority for the lambda team as there is no "typescript" runtime in reality and even if so, it would probably be...

Hey @ziggy6792 , I can’t quite remember the reasoning behind the last comment. But to provide some further points: 1. I actually ended up avoiding layers all together. I found...