Skip to content

DustinTheGreat/fullstack_serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fullstack_serverless

This is a fully automated serverless deployment system

Infrastructure(IAC)

SLS is a IaC framework and will provison all the infrastructure thats needed for running a fullstack serverless project. Serverless Architecture

Getting Started

To get started you will need a few things.

  1. npm install -g serverless

  2. AWS CLIv2 install

  3. Run aws configure and enter in your aws id/key/region/ouput format

  4. Set your enviroment variables for your project.

       export PROJECT_NAME=fullstack-serverless //this is what sls will name your AWS resources.
       export CLIENT_URL=dustingserver.link // this is the endpoint to your frontend and api.
    
    

Make your first deployment

You should be ready to make a deployment by going into the backend directory and running ./deploy.sh

About

This is a fully automated serverless deployment system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published