Documentation
¶
Overview ¶
Package awsparamstore registers support for fetching secret values from AWS Parameter Store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveValue ¶
ResolveValue fetches a value from AWS Parameter Store if the input looks like an SSM ARN (e.g., arn:aws:ssm:us-east-1:123456789012:parameter/my-secret).
If the input is not a Parameter Store ARN, it returns the value unchanged.
If the input is a Parameter Store ARN and fetching the parameter fails, it returns an error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.