services

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package services contains code relating to the AWS services that LocalStack supports

Index

Constants

This section is empty.

Variables

SupportedServices can be referenced to determine what services are supported

Functions

func GetDefaultPort

func GetDefaultPort(ser Service) (int, error)

GetDefaultPort gets the default LocalStack port for the given service

Types

type Service

type Service int

Service represents a LocalStack service

const (
	APIGateway Service = iota + 1
	Kinesis
	DynamoDB
	DynamoDBStreams
	S3
	Firehose
	Lambda
	SNS
	SQS
	Redshift
	ES
	SES
	Route53
	CloudFormation
	CloudWatch
	SSM
	SecretsManager
)

The supported LocalStack services

func (Service) String

func (i Service) String() string

type ServiceConfig

type ServiceConfig struct {
	Service Service
	Port    int
}

ServiceConfig allows the configuration of LocalStack Service to specify a custom port

Jump to

Keyboard shortcuts

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