Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Repository files navigation

Sample AWS Serverless

This is a sample to demonstrate how to build server with AWS serverless architecture, built with Serverless Framework.

Prerequisites

1. Node.js

2. AWS Credentials

Please install AWS IAM credentials to deploy AWS services to CloudFormation via Serverless Framework.

2.1 Serverless CLI

npm install will install a copy of the serverless cli executable into node_modules/.bin.

npx sls config credentials --provider aws --key ... --secret ... with your own keys replaced.

3. .env

Deployment

1. Full Deploy

yarn dev deploy --max-concurrency 3

2. Full Deploy Stack

yarn dev gw:deploy --verbose

2. Single Deploy

yarn dev ig-keeta:deploy function -f fnOrdersInbound

About

A sample repo to build AWS serverless server

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages