localstack-go

command module
v0.0.0-...-5778ea2 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2019 License: MIT Imports: 4 Imported by: 0

README

localstack-go

Synopips

package main
import (
    "github.com/hixi-hyi/localstack-go/localstack"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/sns"
)

var AWSSession = session.Must(session.NewSession())
var awsSns = sns.New(AWSSession)

func init() {
    l := localstack.NewLocalStack()
    # l := localstack.New(&localstack.Config{ Domain: "localstack" })
    awsSns = l.SNS(AWSSession)
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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