Skip to content
Adam Campbell edited this page Nov 7, 2016 · 2 revisions

Welcome to the AWS-CMS-LAMBDA wiki.

This wiki has been designed as a point of reference for those who will be using the AWS LAMBDA CMS, and is specifically aimed at developers. It is not overly technical or difficult, however some knowledge of functions would be beneficial.

This documentation specifically covers the functionality of the CMS back-end, including the main processing Class (Controller), and all Classes/subroutines which are used by the Controller to process request/response cycles.

Main Back-end Entry/Exit Point

Controller.py

Classes used by Controller

User.py
Blog.py
Page.py
Security.py
Error.py
S3_Upload.py