package
1.0.0
Repository: https://github.com/apex/go-apex.git
Documentation: pkg.go.dev

# Functions

Handle CloudFormation Custom Resource events with a handler.
HandleFunc handles CloudFormation Custom Resource events with a callback function.

# Structs

Request is a request to a CloudFormation Custom Resource.
Response is the response sent to the ResponseURL of the CloudFormation service.

# Interfaces

Handler handles CloudFormation Custom Resource events.

# Type aliases

HandlerFunc unmarshals CloudFormation Requests before passing control.