* Added support for Zappa
* Added support for custom project hook.
Create a folder `hooks` in your `.pete` project folder. Add a Python file based on the `tpd_pete.ihook.IHook`
* Added support to execute multiple deployment actions.
With one deploy command, you can now run CloudFormation, Zappa and Amplify.
* Changed CloudFormation deployment to no longer use AWS Cli, but instead use Boto3.