handler

package
v0.0.0-...-fd9999a Latest Latest
Warning

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

Go to latest
Published: May 7, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dispatcher

type Dispatcher struct {
	// contains filtered or unexported fields
}

Dispatcher dispatches handler requests and holds approver helper

func New

func New(config ...*aws.Config) *Dispatcher

New create a new dispatcher of handlers

func (*Dispatcher) CreateAndApproveACMCertificate

func (ds *Dispatcher) CreateAndApproveACMCertificate(ctx context.Context, event cfn.Event) (string, map[string]interface{}, error)

CreateAndApproveACMCertificate custom cfn certificate creation function

type Params

type Params struct {
	DomainName              string
	HostedZoneId            string
	ServiceToken            string
	SubjectAlternativeNames []string
	Region                  string
}

Params used to parse inputs to create handler from CFN

func (*Params) Validate

func (p *Params) Validate() error

Validate checks the params are valid

Jump to

Keyboard shortcuts

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