Versions in this module Expand all Collapse all v0 v0.0.2 Feb 26, 2023 v0.0.1 Feb 26, 2023 Changes in this version + func Run(cluster, service, file, profile string) + type AWSClient struct + func NewAWSClient(profile string) (*AWSClient, error) + func (a *AWSClient) GetECSClusters() ([]string, error) + func (a *AWSClient) GetECSServices(cluster string) ([]string, error) + func (a *AWSClient) GetECSTaskDef(cluster, service string) (string, error) + func (a *AWSClient) GetENVsFromECSTaskDef(taskDef string) (map[string]string, error)