Skip to content

jay-patel-simformsolutions/serverless_session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless_session

Basic template to build and deploy serverless Application using AWS SAM. It uses aws-lambda-powertools to develop API and dynamoDB as a Database

Make commands

  • make build : Build the deployment package for the AWS SAM cli
  • make deploy STACK_NAME=<stack-name> : deploy the built package using AWS SAM cli
  • make start : Start a server in your local machine based on the specified SAM template. You would need Docker running for this. It replicates the AWS API Gateway, AWS Lambda, etc envs in your local machine using Docker images

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published