# Packages
Package adapater converts docker compose objects into ECS objects.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
ProjectCreate creates the task definition required for the containers but does not start them.
ProjectDown brings all containers down.
ProjectPs lists the containers.
ProjectRun starts containers and executes one-time command against the container TODO These only account for command overrides within a ContainerOverride: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerOverride.html.
ProjectScale scales containers.
ProjectStart starts containers.
ProjectStop brings all containers down.
ProjectUp brings all containers up.
WithProject is an helper function to create a cli.Command action with a ProjectFactory.
# Type aliases
ProjectAction is an adapter to allow the use of ordinary functions as libcompose actions.