Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tags: daoudsh/python-lambdarest

Tags

v5.1.0

Toggle v5.1.0's commit message
release 5.1.0, Return None only if the value of the variable is None.…

… This will allow to return empty strings. (sloev#37)

v5.0.1

Toggle v5.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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

v5.0.0

Toggle v5.0.0's commit message
Remove tox (sloev#35)

* remove support for python 3.3
* stop using tox

v4.1.2

Toggle v4.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix path casing (sloev#33)

* Don't force the path to lowercase

* Bump version

v4.1.1

Toggle v4.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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

v4.0.0

Toggle v4.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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

v3.0.1

Toggle v3.0.1's commit message
Fixup non null none return (sloev#29)

* set body to None, do not marshal into 'null'

```
>>> json.dumps(None)
'null'
```

* bump to 3.0.1

* bump to 3.0.1

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request sloev#28 from trustpilot/return-none-and-not-empty…

…-string-on-empty-body

Return none and not empty string on empty body

v2.2.6

Toggle v2.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request sloev#27 from simongarnier/reraise-on-catchall

Reraise on catchall

v2.2.5

Toggle v2.2.5's commit message
Merge pull request sloev#24 from trustpilot/release-2.2.5

Release 2.2.5
Morty Proxy This is a proxified and sanitized view of the page, visit original site.