config

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// We dont define the var bellow from the yaml configuration file
	// because we assume it will be populated via terraform when we create the lambda function
	S3Bucket         = utils.GetEnvString("S3_BUCKET", "")
	S3Key            = utils.GetEnvString("S3_KEY", "")
	AWSRegionSource  = utils.GetEnvString("AWS_REGION_SOURCE", "us-west-2")
	SecurityGroupIds = strings.Split(utils.GetEnvString("AWS_SG_IDS", ""), ",")
	SubnetIds        = strings.Split(utils.GetEnvString("AWS_SUBNETS_IDS", ""), ",")
	DDApiKey         = utils.GetEnvString("DD_API_KEY", "")
	DDAplicationKey  = utils.GetEnvString("DD_APP_KEY", "")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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