Skip to content

laczar/crud-workshop

Repository files navigation

Development requirements:

  • Serverless: • Node JS • NPM • npm install -g serverless

AWS authentication

  • Serverless will authenticate with AWS automatically using your environment-sourced AWS credentials.

  • Check for ~/.aws/config and ~/.aws/credentials files

  • If you use an AWS config file, make sure you set this environment variable to instruct the Node JS AWS SDK (used internally by Serverless) to load the config file:

          $ export AWS_SDK_LOAD_CONFIG=1
    

Deployment requirements:

  • AWS account (full permissions are ideal)
  • AWS services we will use • Lambda • API Gateway • RDS MySQL To create yor own public RDS, watch this video

Tech

  • NodeJS 14.x
  • MysqL 5.7 (RDS)
  • Sequelize
  • Serverless Framework

Installation

git clone https://github.com/thelaczar/crud-workshop
cd crud-workshop
npm i
cp .env.sample .env
(modify env with your RDS settings)
yarn start OR npm start

FEEL FREE TO MODIFY AND PLAY AROUND

serverless-offline makes the Serverless Framework more enjoyable since you can enjoy it locally

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published