stacks

package
v0.0.0-...-2e21a08 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAppStack

func NewAppStack(scope constructs.Construct, id string, props *AppStackProps) cdk.Stack

func NewBookingEventsLambdaStage

func NewBookingEventsLambdaStage(scope constructs.Construct, props cdk.StackProps) cdk.Stage

func NewPipelineStack

func NewPipelineStack(scope constructs.Construct, id string, props *PipelineStackProps) cdk.Stack

Types

type AppStackProps

type AppStackProps struct {
	StackProps         cdk.StackProps
	BookingEventsTable awsdynamodb.Table
}

type DataStackOutPuts

type DataStackOutPuts struct {
	Stack              cdk.Stack
	BookingEventsTable awsdynamodb.Table
}

func NewDataStack

func NewDataStack(scope constructs.Construct, id string, props *DataStackProps) DataStackOutPuts

type DataStackProps

type DataStackProps struct {
	StackProps cdk.StackProps
}

type PipelineStackProps

type PipelineStackProps struct {
	StackProps          cdk.StackProps
	RepositoryName      string
	ServiceName         string
	ConnectionArnImport string
}

Jump to

Keyboard shortcuts

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