Skip to content
/ aws-one-touch Public template

A one-click deployment of a web backend with API Gateway as the API, AWS Lamba as the compute layer, and DynamoDB as the database all managed as declarative Infrastructure-as-code with the Serverless Framework

Notifications You must be signed in to change notification settings

hasibhassan/aws-one-touch

Repository files navigation

Simple Crud · GitHub license PRs Welcome

A simple, one-click deploy, CRUD backend for web and mobile apps. Uses the Serverless Framework to deploy to AWS and Webpack under the hood to minify the source code for AWS Lambda to be more cost-effective and performant.

Tech Stack

Server: Node, AWS API Gateway, AWS Lambda, DynamoDB, Serverless Framework

Available Scripts

To deploy, setup the proper AWS credentials found in the Github Actions .yml file in the secrets section of your Github repo and push to Github.

To deploy without CI/CD, set up AWS credentials in your shell environment and run the following commands

  npm i
  npx serverless deploy

License

MIT

About

A one-click deployment of a web backend with API Gateway as the API, AWS Lamba as the compute layer, and DynamoDB as the database all managed as declarative Infrastructure-as-code with the Serverless Framework

Topics

Resources

Code of conduct

Stars

Watchers

Forks