Documentation
¶
Index ¶
- func GetParameter(ctx context.Context, client *ssm.Client, keyname string) (string, error)
- func GetParameters(ctx context.Context, client *ssm.Client, keynames []string) (map[string]string, error)
- func ParseS3Directory(bucket, key string) string
- func ParseSQSEvent(event events.SQSEvent) (*events.S3Event, error)
- func PutMetricSample(ctx context.Context, namespace string, name string, unit types.StandardUnit, ...) error
- type Sampler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetParameter ¶
Returns the value of a single parameter from the SSM Parameter Store
func GetParameters ¶
func GetParameters(ctx context.Context, client *ssm.Client, keynames []string) (map[string]string, error)
Returns a list of parameters from the SSM Parameter Store
func ParseS3Directory ¶
func ParseSQSEvent ¶
TODO: Iterate over records
Types ¶
Click to show internal directories.
Click to hide internal directories.