Tags: zappa/Zappa
Tags
📝 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.
(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>
PreviousNext