Skip to content

Tags: zappa/Zappa

Tags

0.62.1

Toggle 0.62.1's commit message
📝 Document EventBridge rule naming format and restrictions

The scheduled event function name directly controls which function
Zappa executes at runtime via the rule name. Document the naming
schema, character restrictions, and silent failure mode.

0.62.0

Toggle 0.62.0's commit message
🔖 Bump version to 0.62.0

Minor version bump for ASGI support and WebSocket features.

0.61.4

Toggle 0.61.4's commit message
✅ update testcase to relfect change in default mount point.

📝 update README.md TOC

0.61.3

Toggle 0.61.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 fix settings init with django settings (#1406)

Co-authored-by: shane <shane.cousins@kiconiaworks.com>

0.61.2

Toggle 0.61.2's commit message
Update for 0.61.2 release

0.61.1

Toggle 0.61.1's commit message
⬆️ increament minor version to reflect feature change.

0.61.0

Toggle 0.61.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🔧 Merge policy changes into template. (#1395)

✨ update CHANGELOG.md
⬆️ increment version 0.60.2 -> 0.61.0

Co-authored-by: shane <shane.cousins@kiconiaworks.com>

0.60.2

Toggle 0.60.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
(Refresh) Add arm64 architecture support (#1379)

* Add Support for Graviton 2 / ARM Architecture

* Changed parameter in README to architecture

* Removed redundant blank line

* Bugfix + black compliance

* Fix: architecture argument not used properly

* Fixed black compliance

* Fixed architecture label for wheels, added check for invalid architecture

* Testing architecture

* Added tests for ARM64 architecture

* Only allow ARM64 arch if Python version >= 3.8

* Removed redundant references to architecture

* Removed redundant references to architecture

* Added test for default architecture setting

* added .pre-commit hook for black-check and isort-check

* Fixed test failure  in Python 3.7

* 🔧 re-work regex for abi3

* 🔧 fix Zappa.create_lambda_function to pass a list to 'Architectures' in `create_function()` call.

* 🐛 fix typo in json

---------

Co-authored-by: DS992 <>
Co-authored-by: Gabor Schulz <gabor@gaborschulz.com>
Co-authored-by: shane <shane.cousins@kiconiaworks.com>

0.60.1

Toggle 0.60.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🔧 since deployment is not yet supported for v2 payload types, just in…

…crementing the minor version. (#1378)

Co-authored-by: shane <shane.cousins@kiconiaworks.com>

0.60.0

Toggle 0.60.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Resolve warnings of regex library (#1376)

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>