Documentation
¶
Overview ¶
Package awslocal provides a LocalStack wrapper for the AWS Go SDK.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service byte
A Service is a reference to a supported LocalStack service.
const ( // ServiceAPIGateway is a constant value used to identify the LocalStack API Gateway service. ServiceAPIGateway Service = iota // ServiceKinesis is a constant value used to identify the LocalStack Kinesis service. ServiceKinesis // ServiceDynamoDB is a constant value used to identify the LocalStack DynamoDB service. ServiceDynamoDB // ServiceDynamoDBStreams is a constant value used to identify the LocalStack DynamoDB Streams service. ServiceDynamoDBStreams // ServiceElasticsearch is a constant value used to identify the LocalStack Elasticsearch service. ServiceElasticsearch // ServiceS3 is a constant value used to identify the LocalStack S3 service. ServiceS3 // ServiceFirehose is a constant value used to identify the LocalStack Firehose service. ServiceFirehose // ServiceLambda is a constant value used to identify the LocalStack Lambda service. ServiceLambda // ServiceSNS is a constant value used to identify the LocalStack Simple Notification Service. ServiceSNS // ServiceSQS is a constant value used to identify the LocalStack Simple Queue Service. ServiceSQS // ServiceRedshift is a constant value used to identify the LocalStack Redshift service. ServiceRedshift // ServiceElasticsearchService is a constant value used to identify the LocalStack Elasticsearch service. ServiceElasticsearchService // ServiceSES is a constant value used to identify the LocalStack Simple Email Service. ServiceSES // ServiceRoute53 is a constant value used to identify the LocalStack Route 53 service. ServiceRoute53 // ServiceCloudFormation is a constant value used to identify the LocalStack Cloud Formation service. ServiceCloudFormation // ServiceCloudWatch is a constant value used to identify the LocalStack Cloud Watch service. ServiceCloudWatch // ServiceSSM is a constant value used to identify the LocalStack Simple Service Manager service. ServiceSSM // ServiceSecretsManager is a constant value used to identify the LocalStack Secrets Manager service. ServiceSecretsManager )
Click to show internal directories.
Click to hide internal directories.