aws-appsync-community VS serverless-graphql

Compare aws-appsync-community vs serverless-graphql and see what are their differences.

serverless-graphql

Serverless GraphQL Examples for AWS AppSync and Apollo (by serverless)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
aws-appsync-community serverless-graphql
33 215
502 2,704
0.0% 0.0%
0.0 0.0
6 months ago about 1 year ago
HTML JavaScript
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

aws-appsync-community

Posts with mentions or reviews of aws-appsync-community. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-03.
  • Testing Serverless Applications on AWS
    4 projects | dev.to | 3 Nov 2023
    For context; the web application is built with React and TypeScript which makes calls to an AppSync API that makes use of the Lambda and DynamoDB datasources. We use Step Functions to orchestrate the flow of events for complex processing like purchasing and renewing policies, and we use S3 and SQS to process document workloads.
  • Serverless APIs
    3 projects | dev.to | 14 Mar 2023
    AWS AppSync I'm keeping this section a bit shorter for you all, since AppSync is not something I have actually used personally, but have heard great things about. AppSync is another API option AWS has made available specifically for applications that want to take advantage of GraphQL or a Publish/Subscribe model. The GraphQL model may be of interest to front end developers that need to query multiple sources of data from one API endpoint, like databases or microservices. The Pub/Sub model I am more familiar with in the IoT hardware-communicates-with-software aspect, however this is also powerful for frontend developers looking to take advantage of real-time updates with serverless WebSocket connections. With AppSync, you also have caching, offline data synchronization, and real-time updates. You can learn more and check out the developer docs on the AWS Website.
  • React Signup/Login/Account Settings application With Amplify
    3 projects | dev.to | 16 Jan 2023
    Amplify is a set of tools that allows full-stack web and mobile developers to create and build apps. It makes using AWS services, like our Cognito identity and access management service, or our managed GraphQL service AppSync, much simpler and straight forward to use.
  • Top 12 Serverless Announcements from re:Invent 2022
    3 projects | dev.to | 7 Dec 2022
    This was the top-voted, long-awaited request for AppSync.
  • Building Serverless Web Applications with React & AWS Amplify
    6 projects | dev.to | 9 Oct 2022
    Appsync is the AWS service focus on creating flexible APIs, and Amplify is the framework that combines multiple AWS tools to help you build any type of Application.
  • Ask HN: So you moved off Heroku, where did you go?
    23 projects | news.ycombinator.com | 3 Oct 2022
  • Using GraphQL with DynamoDB is Cool
    3 projects | dev.to | 11 Sep 2022
    If you're building an AppSync/GraphQL API for that, yeah, that's a problem, better to use relational like Postegres.
  • Strategies to test AWS AppSync VTL templates
    3 projects | dev.to | 6 Aug 2022
    AWS AppSync is a serverless GraphQL and Pub/Sub API service that many developers love. Turing the complex job of creating and managing a GraphQL API with real-time capabilities into a few lines of IaC (or clicks in the console) is a great win for AWS serverless developers.
  • The REGAL Architecture
    15 projects | dev.to | 17 Jul 2022
    A: AWS Amplify and AppSync
  • Ruminations on ValueObjects, DataTransferObjects, Back-end For Front-ends, and Functional Programming Data Modelling
    7 projects | dev.to | 16 Jul 2022
    In the case of microservices/Lambdas required to respond to GraphQL/AppSync, they have to follow the GraphQL contract and provide all data. So they'll often end up making multiple calls, mapping these DTO's to their own VO's that have all the data they need.

serverless-graphql

Posts with mentions or reviews of serverless-graphql. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-12.

What are some alternatives?

When comparing aws-appsync-community and serverless-graphql you can also consider the following projects:

Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

LocalStack - 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline

Serverless-Boilerplate-Express-TypeScript - 🚀🎉📚 Boilerplate and Starter for Serverless framework, ExpressJS, TypeScript, Prisma and MongoDB ⚡️ Made with developer experience first: Serverless framework + Live reload + Offline support + ExpressJS + TypeScript + ESLint + Prettier + Husky + Commitlint + Lint-Staged + Jest + Dotenv + esbuild + VSCode

copilot-cli - The AWS Copilot CLI is a tool for developers to build, release and operate production ready containerized applications on AWS App Runner or Amazon ECS on AWS Fargate.

terraform - Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

electrodb - A DynamoDB library to ease the use of modeling complex hierarchical relationships and implementing a Single Table Design while keeping your query code readable.

hotwire-rails - Use Hotwire in your Ruby on Rails app

chalice - Python Serverless Microframework for AWS

middy - 🛵 The stylish Node.js middleware engine for AWS Lambda 🛵

dynamodb-onetable - DynamoDB access and management for one table designs with NodeJS

tailwindcss-typography - Beautiful typographic defaults for HTML you don't control.

mangum - AWS Lambda support for ASGI applications