Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LambdaHandler ¶
type LambdaHandler struct {
// contains filtered or unexported fields
}
LambdaHandler implements an AWS Lambda handler for an incoming SQSEvent Message.
func NewLambdaHandler ¶
func NewLambdaHandler(job drizzle.Builder, workDir string) *LambdaHandler
NewLambdaHandler creates a new LambdaHandler.
type SecretsManager ¶
type SecretsManager struct {
// contains filtered or unexported fields
}
SecretsManager represents an AWS SecretsManager.
func NewSecretManager ¶
func NewSecretManager(secretsManager *secretsmanager.SecretsManager) *SecretsManager
NewSecretManager creates a new SecretsManager.
func (*SecretsManager) RetrieveSecret ¶
func (s *SecretsManager) RetrieveSecret(secretID string) (string, error)
RetrieveSecret retrieves a secret value.
Click to show internal directories.
Click to hide internal directories.