resolve

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package resolve provides AWS-SNS-Listener with alternative means of resolving the SNS topic ARN.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetParameter

func GetParameter(ctx context.Context, client SSMAPI, parameterPath string) (string, error)

GetParameter uses the provided Systems Manager client to resolve the provided parameter path. Works only with String and SecureString parameters.

Types

type SSMAPI

type SSMAPI interface {
	GetParameter(ctx context.Context,
		params *ssm.GetParameterInput,
		optFns ...func(*ssm.Options)) (*ssm.GetParameterOutput, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL