aws / aws-appsync-community

The AWS AppSync community
https://aws.amazon.com/appsync
Apache License 2.0
507 stars 32 forks source link

Can't import runtime #282

Closed dota-coach closed 1 year ago

dota-coach commented 1 year ago

AWS AppSync doesn't know runtime and does not allow me to import it. Any idea how to fix that?

image

onlybakam commented 1 year ago

The console is currently not recognizing it, but saving your code will still work (to be fixed). Have you tried saving your resolver or function?

dota-coach commented 1 year ago

After fixing the other issues in the code it actually saved and worked :)

Thanks!