eventcontext

package
v0.0.0-...-74b2f40 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2024 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context struct {
	DynamoClient            *dynamodb.Client
	UserTable               string
	ProjectTable            string
	SubscriptionTable       string
	TicketOptions           *pipeline.TicketOptions
	CloudformationClient    *cloudformation.Client
	S3Client                *s3.Client
	CloudwatchClient        *cloudwatchlogs.Client
	CloudfrontCacheClient   *cloudfrontkeyvaluestore.Client
	DeploymentConfiguration *DeploymentConfiguration
	ProjectConfiguration    *ProjectConfiguration
}

Context provides data to event handlers.

type DeploymentConfiguration

type DeploymentConfiguration struct {
	ChangeSetTimeout  time.Duration
	DeplyomentTimeout time.Duration
}

type ProjectConfiguration

type ProjectConfiguration struct {
	ServerNamePrefix   string
	ServerRuntime      string
	ServerMemory       int
	ServerTimeout      int
	CloudfrontCacheArn string
}

Jump to

Keyboard shortcuts

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