{"id":19141715,"url":"https://github.com/ramitsurana/the-serverless-setup","last_synced_at":"2025-09-13T14:34:58.211Z","repository":{"id":83343128,"uuid":"98817236","full_name":"ramitsurana/the-serverless-setup","owner":"ramitsurana","description":"Setup your entire infrastructure with serverless functions","archived":false,"fork":false,"pushed_at":"2017-10-06T05:42:43.000Z","size":148,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T16:11:12.213Z","etag":null,"topics":["apex","aws-lambda","cloudformation","google-cloud","serverless-architectures","serverless-framework"],"latest_commit_sha":null,"homepage":"https://ramitsurana.github.io/the-serverless-setup/","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/ramitsurana.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-30T18:31:57.000Z","updated_at":"2020-04-20T18:54:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad31f303-b107-4106-8fb1-a258a200608f","html_url":"https://github.com/ramitsurana/the-serverless-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramitsurana%2Fthe-serverless-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramitsurana%2Fthe-serverless-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramitsurana%2Fthe-serverless-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramitsurana%2Fthe-serverless-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramitsurana","download_url":"https://codeload.github.com/ramitsurana/the-serverless-setup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252788404,"owners_count":21804280,"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","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":["apex","aws-lambda","cloudformation","google-cloud","serverless-architectures","serverless-framework"],"created_at":"2024-11-09T07:24:30.803Z","updated_at":"2025-10-14T12:11:20.379Z","avatar_url":"https://github.com/ramitsurana.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The-serverless-setup\nSetup your entire infrastructure with serverless functions\n\n## Architecture\n\n![arch](https://user-images.githubusercontent.com/8342133/28838067-b93eda3e-770c-11e7-88fd-82dda1b53af6.png)\n\n\n## Comparision:\n\n| Features/Options |        Serverless           |        Apex         |      Chalice          |       Zappa      |      SAM   |\n| -----------------|:---------------------------:|:-------------------:|:---------------------:|:----------------:|:-----------:|\n|Language Written  |Nodejs | Go | Python| Python | Python|\n|Functions Support |Lambda,Google,Azure,Openwhisk | AWS Lambda | AWS Lambda| AWS Lambda| AWS Lambda  |\n|Provisioning      | CloudFormation| Terraform | Cloudformation |Cloudformation|YML/JSON Based Template |\n\n\n\n## Use Cases\n\nBenefits of Serverless Framework:\n\n* Based on NodeJS\n* CloudFormation Based Template\n* Multiple Cloud Provider Support\n* High Extensiblity of new features and options\n \n\n## Setup\n\n* Setup Authentication:\n\nUsing your AWS Credentials set up the id's at \n\n````\n$ sudo vi ~/.aws/credentials\n````\nUsing your GCP Credentials set up the id's at\n\n````\n$ sudo cat /home/$USER/.gcloud/keyfile.json\n````\n* Running latest nodjs and npm\n\nMake sure to run latest version of nodejs and npm by running the below command:\n\n````\n$ sudo npm cache clean -f\n$ sudo npm install -g n\n$ sudo n stable\n\n$ sudo ln -sf /usr/local/n/versions/node/\u003cVERSION\u003e/bin/node /usr/bin/nodejs\n````\n\n### Serverless Framework\n\n#### Google Cloud Functions\n\nUsing google cloud functions can be currently implemented using Serverless framework.\n\n### Apex\n\nUsing the apex framework is easy and simple:\n\n### SAM\n\nSAM denotes for Serverless Application Model.You can use the below commands for packaging and deploying a yaml based cloudformation template:\n\n````\n$ aws cloudformation package \\\n    --template-file /path_to_template/template.yaml \\\n    --s3-bucket bucket-name \\\n    --output-template-file packaged-template.yaml\n````\n\nFor Deploying on AWS:\n\n````\n$ aws cloudformation deploy \\\n    --template-file /path_to_template/packaged-template.yaml \\\n    --stack-name my-new-stack \\\n    --capabilities CAPABILITY_IAM\n````\n\n\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framitsurana%2Fthe-serverless-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framitsurana%2Fthe-serverless-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framitsurana%2Fthe-serverless-setup/lists"}