You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to enable ecs-preview app package to output the cfn template for a backend application manifest.
Currently, app package only works for load balanced web applications.
How?
PR #856 makes it easy for us to add a new application type to the stack package.
We need to:
Ask
We want to enable
ecs-preview app package
to output the cfn template for a backend application manifest.Currently,
app package
only works for load balanced web applications.How?
PR #856 makes it easy for us to add a new application type to the
stack
package.We need to:
BackendApp
struct to thestack
pkg.https://github.com/aws/amazon-ecs-cli-v2/blob/62e5515b4b6ce53173919b665404fc0fd1b76042/internal/pkg/cli/app_package.go#L279-L280
Parent story
#816
The text was updated successfully, but these errors were encountered: