Tags: sloev/python-lambdarest
Tags
Add support for scopes (#60) * Add support for scopes * Update README.md for scopes * Correct README.md for scopes * Improve README.md for scopes * Improve README.md for scopes * Improve README.md for scopes * Add missing newline at end of file * Fix error in scopes test in README.md * Code formatting improvements * Correct scopes test in README.md * dont use lists in signatures as they are mutable Co-authored-by: Alexander Prinsier <aphexer@mailhaven.com> Co-authored-by: sloev <johanned.valbjorn@gmail.com>
minimally process standard lambda (dict) responses (#59) * minimally process standard lambda (dict) responses * black formatting fix * use sort_keys for python version invariant output * describe in more details how to setup and run lint+tests * add test for returning an array * bump to v8.0.0 due to breaking changes in support of not using the Response object * move all configs into setup.cfg * simplify setup + test how-to * resolve missing test_readme error * fix issue with wrong placement of conftest.py, remember to run black in travis, add badge to README
don't json.dumps the body if it's already a str (#58)
Documentation (#57) * Fix travis badge link * README cleanup for consistency Co-authored-by: Toby Moore <tmo@trustpilot.com>
PreviousNext