I am currently using AWS CodeDeploy to deploy some apps via an S3 bucket. Unfortunately I have to zip/tar my app and upload in order for CodeDeploy to deploy it.
Is there a way for CodeDeploy to deploy from an S3 folder rather than a zip/tar file? I realise this is possible from GitHub, however I have a private GIT Repo which isn't supported by CodeDeploy.