{"id":23215481,"url":"https://github.com/pimp-my-book/serverless-graphql-nodejs-starter","last_synced_at":"2025-08-07T01:33:53.988Z","repository":{"id":39613768,"uuid":"188039330","full_name":"pimp-my-book/serverless-graphql-nodejs-starter","owner":"pimp-my-book","description":"A Serverless GraphQL NodeJS starter kit to build APIs on AWS Lambda . 🤠🤯","archived":false,"fork":false,"pushed_at":"2020-07-21T14:34:44.000Z","size":964,"stargazers_count":22,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T20:11:58.346Z","etag":null,"topics":["apollo-graphql","apollo-graphql-server","apollo-server","aws-lambda","cognito","dynamodb","graphql","javascript-graphql-implementations","nodejs","serverless","serverless-framework","serverless-graphql","sqs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pimp-my-book.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-22T12:59:29.000Z","updated_at":"2024-10-01T03:02:12.000Z","dependencies_parsed_at":"2022-09-22T16:52:56.417Z","dependency_job_id":null,"html_url":"https://github.com/pimp-my-book/serverless-graphql-nodejs-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/pimp-my-book/serverless-graphql-nodejs-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimp-my-book%2Fserverless-graphql-nodejs-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimp-my-book%2Fserverless-graphql-nodejs-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimp-my-book%2Fserverless-graphql-nodejs-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimp-my-book%2Fserverless-graphql-nodejs-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pimp-my-book","download_url":"https://codeload.github.com/pimp-my-book/serverless-graphql-nodejs-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimp-my-book%2Fserverless-graphql-nodejs-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269185608,"owners_count":24374622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-06T02:00:09.910Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apollo-graphql","apollo-graphql-server","apollo-server","aws-lambda","cognito","dynamodb","graphql","javascript-graphql-implementations","nodejs","serverless","serverless-framework","serverless-graphql","sqs"],"created_at":"2024-12-18T20:16:43.176Z","updated_at":"2025-08-07T01:33:53.946Z","avatar_url":"https://github.com/pimp-my-book.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg  alt=\"serverless start\"  src=\"https://github.com/pimp-my-book/serverless-graphql-nodejs-starter/blob/master/serverless-starter.png\"\u003e\n \u003c/h1\u003e\n\n# Serverless GraphQL NodeJS Starter ![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)\n\nThis is a basic boilerplate to kitstart your Serverless GraphQL projects with AWS Lambda. There is also a [TypeScript version](https://github.com/AmoDinho/serverless-graphql-typescript-starter/blob/master/README.md) if you prefer!\n\nIt is powered by [`Apollo-Server-Lambda`](https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-lambda) and uses the [Serverless Framework](https://serverless.com/) to deploy it to AWS.\n\nThis is hugely inspired by the starter that [Anomaly Innovations](https://github.com/AnomalyInnovations/serverless-nodejs-starter) created. The project was cloned from it.\n\n## Prerequistes\n\n- [An AWS Account](https://aws.amazon.com/)\n- [A configured AWS CLI](https://serverless.com/framework/docs/providers/aws/guide/credentials/)\n- [Serverless Framework installed on your machine](https://serverless.com/framework/docs/providers/aws/guide/installation/)\n- [NodeJS](nodejs.org)\n\nNote this project uses [Yarn](https://yarnpkg.com).\n\n## How to get started\n\nFirst clone the repo:\n\n```\n$ serverless install --url https://github.com/pimp-my-book/serverless-graphql-nodejs-starter --name project-name\n```\n\nMove into the project folder:\n\n```\n$ cd project-name\n```\n\nThen Install all its dependancies:\n\n```\n$ yarn install\n```\n\nThen you should be able to invoke the Lambda locally:\n\n```\n$ yarn offline\n```\n\nTo deploy to AWS run the following command:\n\n```\n$ yarn deploy\n```\n\nThis should be a good start to be able to move on and do whatever you gotta do meet business requirements.\n\n### How To Link Other AWS Services\n\nThere are also Cloudformation templates for DynamoDB,S3,Cognito and SQS.\n\n## Contributing\n\nContributions are most welcome!!\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpimp-my-book%2Fserverless-graphql-nodejs-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpimp-my-book%2Fserverless-graphql-nodejs-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpimp-my-book%2Fserverless-graphql-nodejs-starter/lists"}