Versions in this module Expand all Collapse all v0 v0.1.1 Sep 19, 2022 Changes in this version + type DynamoDBAdapter interface + Scan func(ctx context.Context, params *dynamodb.ScanInput, ...) (*dynamodb.ScanOutput, error) + type HTTPClientAdapter interface + Do func(req *http.Request) (*http.Response, error) + type SecretsManagerAdapter interface + GetSecretValue func(ctx context.Context, params *secretsmanager.GetSecretValueInput, ...) (*secretsmanager.GetSecretValueOutput, error) v0.1.0 Aug 26, 2022 Changes in this version + type SNSAdapter interface + Publish func(input *sns.PublishInput) (*sns.PublishOutput, error)