# Functions
ConvertToTaskDefinition transforms the yaml configs to its ecs equivalent (task definition).
GetFormattedContainerName returns the container name with task id prepended to it.
GetIdFromArn extracts the id from arn.
GetServiceName returns a service name.
GetStartedBy returns an autogenerated name that can be used to represent owner id for tasks.
LogError logs the error with the given message at ERROR level.
UnmarshalComposeConfig Deserializes the document to yaml Node structure.
# Constants
the ~/.cache/ecscompose directory in which to store cached task definitions changing this will cause user's caches to break.
# Variables
No description provided by the author
# Interfaces
Unmarshaler provides a fuction to customize the yaml transformation.