Zappa v0.25.0 Release Notes

    • โž• Add ability to invoke raw python strings, like so:

      zappa invoke dev "print 1+2+3" --raw

    • ๐Ÿ›  Fixes multi-argument manage commands.

    • ๐Ÿ“š Updated related documentation.

    • ๐Ÿ›  Fixes places where program was exiting with status 0 instead of -1. Thanks @mattc!

    • โž• Adds old-to-new-style check on delete, thanks @mathom.