Versions in this module Expand all Collapse all v0 v0.1.0 Feb 27, 2024 Changes in this version + const DefaultRegion + const LAMBDA_IMAGE_TAGS_ENV_VAR + const LAMBDA_NAMES_ENV_VAR + const LAMBDA_REPOS_ENV_VAR + const TimeOut + func GetAWSConfig(ctx context.Context) (*aws.Config, error) + func GetAWSRegion() string + func GetLambdaClient(config aws.Config) *lambda.Client + func GetLambdaMapping() map[string]string + type Event struct + Account string + Detail EventDetail + Region string + type EventDetail struct + ActionType string + ImageDigest string + ImageTag string + RepositoryName string + Result string + type ImageTagFilter func(tag string) bool + func GetImageTagFilter() ImageTagFilter