skip to Main Content

Deploy fails with AppSpec formatting error from CLI, same file works in console – Amazon web services

I'm kicking off a CodeDeploy deployment with the following command: aws deploy create-deployment --cli-input-json file://create-deployment.json My create-deployment.json file looks like this: { "applicationName": "myapp", "deploymentGroupName": "myapp-test", "revision": { "revisionType": "AppSpecContent", "appSpecContent": { "content": "appspec.json" } } } I get a…

VIEW QUESTION
Back To Top
Search