Tags: daoudsh/python-lambdarest
Tags
Fixed issue where using path parameters but no custom domain breaks (s… …loev#34) * Fixed issue where using pathparameters but no custom domain broke * fixed comment * check for the whole first part of the path * check for correct index * adjusted comments + changed order around * Bump version * for {proxy+} we still need the event resource * made test make sense
Make Api Gateway custom domain work (with basepath) (sloev#32) * if resource is set in request, use that instead of path * Added support for the {proxy+} endpoint. Default to "resource" event key * Cleanup, and added check for start of / in path. * bump version * bump version write history * Fixed bad * path
Use werkzeug for route parsing (sloev#30) * pep8 cleanup * Added werkzeug dependency * Use the werkzeug Map() object to do the mapping for us * Added description for using the path parameters * bind to an empty server name * Make readme have unique urls, all tests are run in the same context * Add exception for catch-all rule so * can be used as path * fixed absolute url redirect * fix pylint for py3.3 * bump version, write history
PreviousNext