General advice for what AWS amplify options to choose

This page summarizes the projects mentioned and recommended in the original post on /r/aws

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • foundation

    GraphQL Foundation Charter and Legal Documents (by graphql)

  • And use GraphQL is fun but take a note about AppSync GraphQL API (which Amplify use underneath the hood): it’s GraphQL syntax and API are different from GraphQL from Facebook (https://graphql.org).

  • graphql-tools

    :wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach

  • Did I said AppSync GraphQL completely different with “normal” GraphQL???? In fact, you can’t use GraphQL API or other tools like GraphQL Tools (https://www.graphql-tools.com) to parse AppSync GraphQL files. For example did normal GraphQL have this kind of syntax: “type Order @model @key(fields: ["customerEmail", "createdAt"]) {….” (Pasted from Amplify docs)

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is the graphql-tools project dead?

    3 projects | /r/graphql | 18 Jun 2022
  • Creating a Proxy for your GraphQL Server

    2 projects | dev.to | 21 Mar 2022
  • Collecting GraphQL Live Query Resource Identifier with GraphQL Tools

    2 projects | dev.to | 29 Jul 2021
  • GraphQLite - Rapid GraphQL prototyping, development, and testing.

    1 project | news.ycombinator.com | 6 Jun 2022
  • How to use GraphQL Directives efficiently?

    2 projects | dev.to | 3 Jun 2022