Sander Altman
Sander Altman
@itaymendel or anyone else, any updates/workarounds?
Reiterating @Sanchi-Halikar's comment, but specifically interested in Cognito resources
@IvanGoncharov any chance you can dismiss the review @benjie mentioned above? I know this has been a long awaited feature for many
@EricMCornelius Not sure if this applies to your use case, but I just saw this warning in the [documentation](https://nodejs.org/api/module.html#loadurl-context-nextload): > Warning: The ESM load hook and namespaced exports from CommonJS...
Keep the issue open
Keep the issue open
Keep the issue open
@gilbertw1 Any update from the investigation? I am encountering this issue repeatedly since I am using TypeScript with esbuild, which means sometimes generated JavaScript does not yield inferable types
@dyst5422 AppSync has an [established approach](https://repost.aws/knowledge-center/appsync-notify-subscribers-real-time) for your use case Basically, create a mutation for publishing results that only the backend will invoke, use a [local resolver](https://docs.aws.amazon.com/appsync/latest/devguide/tutorial-local-resolvers.html) for this mutation,...
I definitely see why it feels like a workaround, but I find it to be a very efficient implementation of the feature. It works well for almost any use case...