All Projects → muriloamendola → Graphql Serverless

muriloamendola / Graphql Serverless

Licence: mit
Sample project to guide the use of GraphQL and Serverless Architecture.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Graphql Serverless

Webiny Js
Enterprise open-source serverless CMS. Includes a headless CMS, page builder, form builder and file manager. Easy to customize and expand. Deploys to AWS.
Stars: ✭ 4,869 (+17289.29%)
Mutual labels:  graphql, aws, serverless, aws-lambda, serverless-framework
Json Serverless
Transform a JSON file into a serverless REST API in AWS cloud
Stars: ✭ 108 (+285.71%)
Mutual labels:  graphql, aws, serverless, serverless-framework
Aws Serverless Airline Booking
Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the theme of Build on Serverless Season 2 on AWS Twitch running from April 24th until end of August in 2019.
Stars: ✭ 1,290 (+4507.14%)
Mutual labels:  graphql, aws, serverless, aws-lambda
Aws App Sync
Easily Deploy AWS AppSync GraphQL APIs Using Serverless Framework Components
Stars: ✭ 261 (+832.14%)
Mutual labels:  graphql, aws, serverless, serverless-framework
Serverless
This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included.
Stars: ✭ 1,048 (+3642.86%)
Mutual labels:  graphql, aws, serverless, dynamodb
Up
Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
Stars: ✭ 8,439 (+30039.29%)
Mutual labels:  graphql, aws, serverless, aws-lambda
Serverlessbydesign
A visual approach to serverless development. Think. Build. Repeat.
Stars: ✭ 254 (+807.14%)
Mutual labels:  aws, serverless, aws-lambda, serverless-framework
Dialetus Service
API to Informal dictionary for the idiomatic expressions that each Brazilian region It has
Stars: ✭ 202 (+621.43%)
Mutual labels:  aws, serverless, aws-lambda, dynamodb
Serverless Plugin Canary Deployments
Canary deployments for your Serverless application
Stars: ✭ 283 (+910.71%)
Mutual labels:  aws, serverless, aws-lambda, serverless-framework
Aws Lambda Graphql
Use AWS Lambda + AWS API Gateway v2 for GraphQL subscriptions over WebSocket and AWS API Gateway v1 for HTTP
Stars: ✭ 313 (+1017.86%)
Mutual labels:  graphql, apollo, aws, aws-lambda
Serverless Aws Lambda Node Postgres
Serverless AWS Lambda with Node.js,Postgres Rest API with Sequelize.
Stars: ✭ 18 (-35.71%)
Mutual labels:  aws, serverless, aws-lambda, serverless-framework
Aws Lambda Typescript
This sample uses the Serverless Application Framework to implement an AWS Lambda function in TypeScript, deploy it via CloudFormation, publish it through API Gateway to a custom domain registered on Route53, and document it with Swagger.
Stars: ✭ 228 (+714.29%)
Mutual labels:  aws, serverless, aws-lambda, serverless-framework
Serverless Chrome
🌐 Run headless Chrome/Chromium on AWS Lambda
Stars: ✭ 2,625 (+9275%)
Mutual labels:  aws, serverless, aws-lambda, serverless-framework
This Or That
This or that - Real-time atomic voting app built with AWS Amplify
Stars: ✭ 87 (+210.71%)
Mutual labels:  graphql, aws, serverless, dynamodb
Retinal
🏙 Retinal is a Serverless AWS Lambda service for resizing images on-demand or event-triggered
Stars: ✭ 208 (+642.86%)
Mutual labels:  aws, serverless, aws-lambda, serverless-framework
Graphql Recipes
A list of GraphQL recipes that, when used with the Amplify CLI, will deploy an entire AWS AppSync GraphQL backend.
Stars: ✭ 137 (+389.29%)
Mutual labels:  graphql, aws, serverless, dynamodb
Serverless Aws Alias
Alias support for Serverless 1.x
Stars: ✭ 171 (+510.71%)
Mutual labels:  aws, serverless, aws-lambda, serverless-framework
Components
The Serverless Framework's new infrastructure provisioning technology — Build, compose, & deploy serverless apps in seconds...
Stars: ✭ 2,259 (+7967.86%)
Mutual labels:  aws, serverless, aws-lambda, serverless-framework
Aws Auto Cleanup
Open-source application to programmatically clean your AWS resources based on a whitelist and time to live (TTL) settings
Stars: ✭ 276 (+885.71%)
Mutual labels:  aws, serverless, aws-lambda, serverless-framework
Express
⚡ Take existing Express.js apps and host them easily on cheap, auto-scaling, serverless infrastructure (AWS Lambda and AWS HTTP API).
Stars: ✭ 337 (+1103.57%)
Mutual labels:  aws, serverless, aws-lambda, serverless-framework

graphql-serverless

Sample project to guide the use of GraphQL and Serverless Architecture.

Getting Started

These instructions will get you a copy of the project up and running on aws cloud.

First of all you need to clone this repository in your machine:

git clone [email protected]:muriloamendola/graphql-serverless.git

To install project dependencies just run:

npm i

Prerequisites

This project have been developed using Serverless Architecture and to help us to deploy and operating the resources in to the Cloud we decided to use Serverless Framework. For use of Serverless Framework we need to install serverless cli running the following command:

npm install -g serverless

Deploy to AWS

After configure your aws credentials just run the following command:

sls deploy --stage dev

Authors

See also the list of contributors who participated in this project.

License

MIT License © 2018

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].