amazon-archives / awsmobile-cli

CLI experience for Frontend developers in the JavaScript ecosystem.
Apache License 2.0
142 stars 35 forks source link

AppSync support is welcome but incomplete #105

Open ceich opened 6 years ago

ceich commented 6 years ago

I would like a way to import my existing AppSync project without having copy/paste every last resolver, along with the schema. I don't see how to do it with awsmobile-cli 1.1.1, nor do I see any sign that MobileHub has incorporated AppSync.

Also, the README.md does not list appsync as a feature.

UnleashedMind commented 6 years ago

Thanks for the feedbacks @ceich The cli appsync feature as of now is incomplete. You can not init with project id because mobile hub does not have that feature yet. And it does not support datasources other than dynamoDB. We will keep working on the appsync feature.

elorzafe commented 6 years ago

Currently you can also use None type as a Datasource too

quangv commented 6 years ago

+1 for appsync completion (especially Lambda support)

I had thought it was complete, awsmobile features shows appsync as an option. However when I awsmobile init <backend-project-id> the project elsewhere, it doesn't seem to remember I had enabled appsync ...