Skip to content

pyyyc meetup (feb 2019) -- developing and deploying serverless architecture with python

License

Notifications You must be signed in to change notification settings

amirtoole/pyyyc-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Install Node (LTS) - https://nodejs.org/en/download/
  2. Install Python (3.7.x) - https://www.python.org/downloads/
  3. Globally install serverless npm i -g serverless

Notes

  • sls is shorthand for serverless
  • npm i is shorthand for npm install (see node_modules)
  • npm i -g globally installs a dependency (usually reserved for dependencies that are needed to create a project)

Topics

  1. hello world
  2. hello world with offline support
  3. Up for vote:
  • dynamo (with offline support)
  • full stack app with s3/cloudfront (cdn)
  • lambda layers

References

About

pyyyc meetup (feb 2019) -- developing and deploying serverless architecture with python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages