architect VS serverless-graphql

Compare architect vs serverless-graphql and see what are their differences.

architect

The simplest, most powerful way to build a functional web app (fwa) (by architect)

serverless-graphql

Serverless GraphQL Examples for AWS AppSync and Apollo (by serverless)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
architect serverless-graphql
13 215
2,492 2,708
0.6% 0.1%
8.7 0.0
5 days ago over 1 year ago
JavaScript 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.

architect

Posts with mentions or reviews of architect. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-18.
  • Cloudflare Sippy: Incrementally Migrate Data from AWS S3 to Reduce Egress Fees
    1 project | news.ycombinator.com | 15 Oct 2023
    I had been running dockeri.co with https://arc.codes/ for pennies a month.

    Then, one month, I got a ~$500 bill out of no where.

    Docker had changed an api causing my service to return 5xx errors all month. Each error was individually logged to CloudWatch - which racked up a ~$500 bill.

    I moved to Cloudflare Workers that day and haven’t moved back.

  • Show HN: Formula8.ai – A formula-based approach to AI prompts
    1 project | news.ycombinator.com | 30 Jul 2023
    We use https://github.com/architect/architect to test, provision and deploy the functional web app via GitHub Actions (…whenever they work ;). For the UI/UX we work with https://tailwindui.com and paid them for their great work.
  • Tools like Architect (arc.codes) for AWS serverless apps?
    1 project | /r/AskProgramming | 6 Jul 2023
    I use https://arc.codes/ for deploying to AWS Lambda/API Gateway. It does a really good job with Remix and NestJS and is easy enough. I like that all I have to do is give a very simple config, and it builds the apps, zips the function code, uploads all my static assets, and then generates and deploys the CloudFormation. I am curious to migrate off as I do have to do some workarounds and it doesn't seem to have a ton of traction.
  • Node.js 20 is now available
    13 projects | news.ycombinator.com | 18 Apr 2023
    Not sure why this is downvoted, Fastify is quite popular and the 'generator for everything' approach of Koa didn't really take off.

    Architect serverless (https://arc.codes) is pretty good for serverless.

  • ⚡️Serverless Frameworks for 2023
    8 projects | dev.to | 22 Jan 2023
    Architect is a heavily opinionated framework for building FWA's, Functional Web Apps. It uses AWS SAM under the hood but provides a layer on top with simplified abstractions that lets developers define and use AWS infrastructure without necessarily knowing what service is backing their "events" construct.
  • What’s your favorite backend framework and why?
    2 projects | /r/webdev | 16 Dec 2022
  • Managed Server for NodeJS?
    2 projects | /r/node | 6 May 2022
    I work for vercel but I highly recommend a host like us because we make it a lot easier to manage a lambda environment and being a lot more to the table (cdn, edge functions, etc). If you want to go your own I really like architect https://arc.codes too. It really depends on your traffic and application patterns but cold starts can be virtually nil.
  • I made a "game" to find words that are not repos on NPM, yet. It's harder than you think and surprisingly addictive.
    3 projects | /r/webdev | 5 Feb 2022
    It uses: - Remix for the frontend - Architect for the backend
  • How to Use Source Maps in TypeScript Lambda Functions (with Benchmarks)
    11 projects | dev.to | 24 Jan 2022
    Alternately, use Architect. Architect is a 3rd party developer experience that builds on top of AWS SAM. Architect includes a TypeScript plugin.
  • Tools for testing Functional Web Apps
    3 projects | dev.to | 20 Dec 2021
    For us at Begin and Architect, tape has been in use for several years. tape has a stable and straightforward API, routine maintenance updates, and outputs TAP, making it really versatile. While TAP is legible, it's not the most human-readable format. Fortunately, several TAP reporters can help display results for developers. Until recently, Begin's TAP reporter of choice was tap-spec. Sadly tap-spec wasn't kept up to date and npm began reporting vulnerabilities.

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 architect and serverless-graphql you can also consider the following projects:

htmx - </> htmx - high power tools for HTML

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

ARC-Game - The Abstraction and Reasoning Corpus made into a web game

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

aws-lambda-power-tuning - AWS Lambda Power Tuning is an open-source tool that can help you visualize and fine-tune the memory/power configuration of Lambda functions. It runs in your own AWS account - powered by AWS Step Functions - and it supports three optimization strategies: cost, speed, and balanced.

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.

node-source-map-support - Adds source map support to node.js (for stack traces)

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.

aws-sam-cli - CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM

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.

deno-mixed-runtimes - Begin app

chalice - Python Serverless Microframework for AWS