I am trying to deploy (using Blue/Green deployment controller) a revision of my APIs. When i do this manually by creating an updated task revision and updating the service, this works fine. But when i try using the CLI, when i push the appspec.yml file to s3 i get a create-deployment command returned back. And when i try to trigger deployment using this command, the triggered deployment shows in the deployments section but is failed and the error i see is The deployment specifies that the revision is a null file, but the revision provided is a zip file. Please help.
Asked
Active
Viewed 340 times
5
-
1is there any progress about this issue? – Bobby Stenly Mar 25 '19 at 07:34
-
1did you manage to find a solution? we are currently facing the same problem – PeterLudolf May 28 '19 at 14:41
1 Answers
0
I moved away from storing it as a zip file and stored as a normal json only and it worked for me.

Nishant Srivastava
- 379
- 1
- 2
- 12