serverless-graphql
Serverless GraphQL Examples for AWS AppSync and Apollo (by serverless)
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 (by ixartz)
SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control
Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
surveyjs.io
featured
| serverless-graphql | Serverless-Boilerplate-Express-TypeScript | |
|---|---|---|
| 222 | 21 | |
| 2,721 | 574 | |
| - | 0.9% | |
| 0.0 | 3.6 | |
| about 1 year ago | 9 months ago | |
| JavaScript | TypeScript | |
| MIT License | 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.
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.
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-12-12.
- Vercel/fun: Ζun β Local serverless function Ξ» development runtime
- Conector Kafka Lambda Sink com Localstack
- The main steps I follow when kicking off Node.js projects
Serverless is fantastic and probably the only solution for handling serverless architecture. Itβs incredible for prototyping or small APIs. Still, I prefer to use it along with monolith or MS architectures as additional services or to handle narrow application parts where serverless is suitable.
- Trending in Web Development in 2024
Serverless Framework: Guide to Serverless
- Test Observability for AWS Lambda with Grafana Tempo and OpenTelemetry Layers
Using the Serverless Framework, Iβll guide you through implementing a Lambda function that sends a request to the PokeAPI to grab Pokemon data by id, to then store it in a DynamoDB table.
- The Demise of the Mildly Dynamic Website
- How to Deploy Dart Functions to AWS Lambda
In this article, we will use Serverless Framework and Docker Desktop to deploy Dart functions to AWS Lambda. If you haven't installed them yet, please complete the installation using the following commands or links.
- Testing AWS Lambda Functions (Serverless Framework) with OpenTelemetry and Tracetest
Since then, the ecosystem has changed. Using the Serverless Framework makes deployment simpler. We released the managed Tracetest App making any serverless-based systems simpler to instrument and test. You can now test public-facing apps with no infra overhead!
- The 2024 Web Hosting Report
We see some great results from using these in conjunction with frameworks such as SST or Serverless, and also some real spaghetti from people who organically proliferate 100βs of functions over time and lose track of how they relate to each other or how to update them safely across time and service. Buyer beware!
- Deploy app to AWS by using Serverless Framework
When we think about AWS serverless service, the first thing that comes to our mind is Lambda function. Yes, the quickest way to deploy this backend Express JS app to AWS is to deploy it as a Lambda function. The easiest way is using Serverless Framework.
Serverless-Boilerplate-Express-TypeScript
Posts with mentions or reviews of Serverless-Boilerplate-Express-TypeScript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-25.
- My SaaS architecture (tech stack) on AWS as a solo developer
You can find more details in my open source boilerplate: https://github.com/ixartz/Serverless-Boilerplate-Express-TypeScript where I'm using TypeScript.
- I made an Open Source Node.js Starter Template built with Serverless Framework + TypeScript + Prisma + MongoDB + Express.js + ESLint + Prettier + Jest + VSCode
You can check out the GitHub repo for more details at: Node.js Boilerplate with Serverless and Prisma
- My Open Source JS Backend Starter Kit built with Serverless Framework + TypeScript + Prisma + MongoDB + Express.js + ESLint + Prettier + Jest + VSCode
- I just add Prisma and In-memory MongoDB for local development into my Open Source Serverless Node.js Boilerplate built with TypeScript and Jest
- I just add Prisma and In-memory MongoDB for local development into my Serverless Node.js Boilerplate with TypeScript
- I made an Open Source Node.js Starter Template with Express.js + Serverless framework + TypeScript + Jest + ESLint + Prettier + Husky + Lint-Staged + Commitlint + Dotenv + VSCode (w/ Debugging)
- Just updated my Node.js Serverless Backend Template by including Jest for testing and Commitlint for better commit message. Built with Express.js + TypeScript + Serverless Framework + ESLint + Prettier + Husky + Lint-Staged + VSCode + Dotenv
Here is the link to the Node.js Boilerplate code: https://github.com/ixartz/Serverless-Boilerplate-Express-TypeScript
- Test Node.js code with Jest directly with free VSCode extension: instant test feedback, real-time code coverage, problem inspector directly inside your editor. Writing tests is now much easier and enjoyable. Configuration in the comments.
- I Updated my Open Source Serverless Starter Template with Serverless framework 3 + ExpressJS + TypeScript + ESLint (Airbnb config) + Prettier + Husky + Lint-Staged + VSCode (w/ Debugging)
You can checkout the Serverless Boilerplate Typescript GitHub repo.
- Is Lambda Function URLs a good reason now to use Express.js or any other web framework in AWS Lambda
As you might know, AWS has recently announced AWS Lambda Function URLs. This is a new feature that allows you to deploy your lambda behind a HTTPS endpoint without API Gateway. So, no need to set up a API gateway with related cost associated to it or add complexity to your serverless architecture for a single lambda function. I'm the author of a Serverless Boilerplate Template that uses Express.js with AWS Lambda. Usually, I got a lot of questions on why I add Express.js to my boilerplate code. Indeed, adding Express.js with API Gateway is redundant and it's not necessary. It'll increase the deployed package size. Now with Lambda Function URLs, you don't need an API Gateway all the time. Without API gateway, all HTTP requests are sending to one lambda function. That means you need a Web framework to handle the request like Express.js. To be clear and avoid any confusion, API gateway is still a solution. But, based on your context and your needs, you can choose to use Lambda Function URLs and remove the API gateway. In the past, a lot of people were suggesting me to remove Express.js from my starter code. Now with Lambda Function, I'm not sure if it's a good idea to remove it from your boilerplate code. What is your thoughts on this?
What are some alternatives?
When comparing serverless-graphql and Serverless-Boilerplate-Express-TypeScript you can also consider the following projects:
dynamodb-onetable - DynamoDB access and management for one table designs with NodeJS
genezio - Deploy on the fastest full-stack cloud. Experience the autoscaling of near-zero latency serverless without rewriting your code.
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.
youtube-playlist-length - Web app to calculate the duration of a YouTube playlist. Uses the YouTube data API v3
LocalStack - π» A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline
typescript-monorepo-example - Typescript monorepo example
serverless-graphql vs dynamodb-onetable Serverless-Boilerplate-Express-TypeScript vs genezio serverless-graphql vs copilot-cli Serverless-Boilerplate-Express-TypeScript vs youtube-playlist-length serverless-graphql vs LocalStack Serverless-Boilerplate-Express-TypeScript vs typescript-monorepo-example
SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control
Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
surveyjs.io
featured