Slam DocumentationΒΆ

Slam is a simple command-line utility that makes it very easy to do serverless deployments of Python web applications to AWS, using the Lambda and API Gateway services. In particular, Slam supports the transparent deployment of WSGI compliant applications.

  • About Slam
    • What is Serverless Computing?
    • What are Lambda and API Gateway?
    • How does Slam work?
    • Alternatives to Slam
  • Basic Tutorial
    • Installing the Tutorial Project
    • Configuration
    • AWS Credentials
    • Deployment
    • Invoking your Lambda Function
    • Cloudformation Template
    • Deleting the Project
  • Advanced Tutorial
    • Installing the Tutorial Project
    • Configuration
    • AWS Credentials
    • Deployment
    • Publishing a Version
    • Project Status
    • Deleting the Project
    • The End
  • Command Reference
    • slam
    • slam init
    • slam build
    • slam deploy
    • slam publish
    • slam status
    • slam invoke
    • slam template
    • slam logs
    • slam delete
  • Configuration Reference
    • Core Options
    • WSGI Plugin
    • DynamoDB Plugin
  • Plugin Development

Logo

The easiest way to deploy your Python APIs to AWS Lambda and API Gateway.

Useful Links

  • Slam @ PyPI
  • Slam @ GitHub
  • Issue Tracker

Navigation

  • About Slam
  • Basic Tutorial
  • Advanced Tutorial
  • Command Reference
  • Configuration Reference
  • Plugin Development

Related Topics

  • Documentation overview
    • Next: About Slam

Quick search

©2017, Miguel Grinberg. | Powered by Sphinx 1.5.3 & Alabaster 0.7.10 | Page source
Fork me on GitHub