Skip to content

Simple example of Serverless project running on local machine using LocalStack

Notifications You must be signed in to change notification settings

fredriv/localstack-example

Repository files navigation

To run:

  • npm install -g serverless to install Serverless Framework
  • npm install to install Serverless plugins
  • docker-compose up to start LocalStack services
    • On Mac, you may need to run TMPDIR=/private$TMPDIR docker-compose up
  • sls deploy
  • sls invoke -f hello

About

Simple example of Serverless project running on local machine using LocalStack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages