package
0.6.6
Repository: https://github.com/aws/amazon-ecs-cli.git
Documentation: pkg.go.dev

# Functions

ConvertToTaskDefinition transforms the yaml configs to its ecs equivalent (task definition).
GetAwsAccountIdFromArn parses an ARN and returns only the accountId portion.
GetDefaultEnvironmentLookup returns the default Lookup mechanism for environment variables.
GetDefaultResourceLookup returns the default Lookup mechanism for resources.
GetFormattedContainerName returns the container name with task id prepended to it.
GetIdFromArn parses an ARN and returns only the family name and revision.
GetServiceName returns a service name.
GetTaskDefinitionFamily returns the task definition family name.
GetTaskDefinitionName uses predefined format to generate task definition for this project.
GetTaskGroup returns <task-group-prefix><task-definition-family> used for grouping tasks.
LogError logs the error with the given message at ERROR level.
GoString returns deterministic string representation json Marshal sorts map keys, making it deterministic.

# Constants

the ~/.cache/ecscompose directory in which to store cached task definitions changing this will cause user's caches to break.
prefix for grouping tasks.

# Variables

No description provided by the author