Closed pchaganti closed 2 years ago
Hello, @pchaganti! I was able to reproduce this bug; thank you for bringing it to our attention. I am digging into it further now.
Hi again, @pchaganti!
As it turns out, the "command" field of RDWS/App Runner services is different than that of the ECS services. Because for App Runner this value is for StartCommand
, we can take only strings, not arrays of strings.
See Copilot RDWS documentation here: https://aws.github.io/copilot-cli/docs/manifest/rd-web-service/#command based on https://docs.aws.amazon.com/apprunner/latest/api/API_CodeConfigurationValues.html.
For our other workload types, see "command" under "Environment" here.
Hope that helps!
Got it. Thanks!
Using a manifest file where we over-ride command. Trying to deploy a service results in the following error. I am running the latest release.
Here is the manifest i tried to use. Removing 'command' from the manifest results in a successful deploy.