5

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.

Nishant Srivastava
  • 379
  • 1
  • 2
  • 12

1 Answers1

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