cfnci

package module
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2019 License: MIT Imports: 8 Imported by: 0

README

cfnci

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider added in v0.2.0

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

Provider represents holding cloudformation template from code.

func New added in v0.2.0

func New(path string, overrides map[string]interface{}) (*Provider, error)

New returns Provider object.

func (*Provider) DynamoDB added in v0.2.0

func (p *Provider) DynamoDB(ddb dynamodbiface.DynamoDBAPI, name string) (*runner.DynamoDB, error)

DynamoDB returns runner.DynamoDB object.

func (*Provider) S3 added in v0.2.1

func (p *Provider) S3(svc s3iface.S3API, name string) (*runner.S3, error)

S3 returns runner.S3 object.

func (*Provider) SQS added in v0.2.0

func (p *Provider) SQS(svc sqsiface.SQSAPI, endpoint, name string) (*runner.SQS, error)

SQS returns runner.SQS object.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳