viamericas-base-serverless-project
v1.0.0
Published
Base project to clone and create your serverless project
Downloads
66
Readme
SERVERLESS BASE PROJECT
DESCRIPTION
This repository is to be used as a base project for serverless projects. Attempt as been made to include most used configurations, however you are invited to extend the project to fit requiements. You can make a PR back to this to keep this project updated.
GETTING STARTED
- Install serverless framework globally if you have not already
npm install serverless -g
- Clone the project
- Run
yarn install
ornpm install
- Make sure you have setup your aws credencials. This can be done using
aws-cli
AWS_CLI orserverless
PROFILES. - Run the project locally using
serverless offline start
WHAT'S INCLUDED
You can use the latest javascript and node, the project bundles and traspiles using BabelJS and Webpack.
ESLint is already setup and ready to use.
Example configuration for resources such as S3 bucket and Dynamo table included.