cff introduction ================ **cff** is a Python package for bootstrapping Amazon Web Services **C**\ loud\ **F**\ ront Lambda\@Edge **F**\ unctions. If you agree with the package's opinions then your functions become as simple as a single line: .. code-block:: python from cff.origin_request import handler Installation ------------ **cff** requires Python 3.9. At the time of writing, this is the latest release of Python supported by AWS Lambda. .. code-block:: console $ pip install cff Feedback -------- Please raise bugs, request features and ask questions at `github.com/cariad/cff/issues `_. Mention if you're a `sponsor `_ and I'll respond as a priority. Thank you! Project ------- The source for **cff** is available at `github.com/cariad/cff `_ under the MIT licence. And, **hello!** I'm `Cariad Eccleston `_ and I'm an independent/freelance software engineer. If my work has value to you, please consider `sponsoring `_ me! Contents -------- .. toctree:: self origin_request deployment models/index