All Projects → aws-samples → Chalice Workshop

aws-samples / Chalice Workshop

Licence: apache-2.0
Contains tutorials, slides, and code for the AWS Chalice workshop.

Programming Languages

python
139335 projects - #7 most used programming language

==================== AWS Chalice Workshop

This repository contains code for the AWS Chalice workshop. You can read the rendered content on ReadTheDocs at: http://chalice-workshop.readthedocs.io/en/latest/

Repo Layout

  • docs/ - The step-by-step documentation for completing each tutorial in the workshop. This is a sphinx project and can be used to generate both html as well as a pdf of the guide.
  • code/ - The code to use for the workshop. Each tutorial will have a final/ directory reflecting the end code for application once the tutorial is complete.

Building the Docs

Install requirements::

$ pip install -r requirements.txt

Build html docs::

$ make html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].