Documentation ¶
Index ¶
- Variables
- func DynamoDBTableCreateByDynamo(sess *session.Session, name string, from interface{}) (interface{}, func() error, error)
- func DynamoDBTableExists(sess *session.Session, name string) (bool, error)
- func S3BucketCreate(sess *session.Session, bucket string) (*s3.CreateBucketOutput, func() error, error)
- func S3BucketExists(sess *session.Session, bucket string) (bool, error)
- func SQSQueueCreate(sess *session.Session, queue string) (*sqs.CreateQueueOutput, func() error, error)
- func SQSQueueExists(sess *session.Session, queue string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var S3BucketForceDelete = false
Functions ¶
func DynamoDBTableExists ¶
func S3BucketCreate ¶
func S3BucketCreate(sess *session.Session, bucket string) (*s3.CreateBucketOutput, func() error, error)
Notice: the method can not delete bucket if bucket has objects.
func SQSQueueCreate ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.