Documentation
¶
Index ¶
- func NewAppStack(scope constructs.Construct, id string, props *AppStackProps) cdk.Stack
- func NewBookingEventsLambdaStage(scope constructs.Construct, props cdk.StackProps) cdk.Stage
- func NewPipelineStack(scope constructs.Construct, id string, props *PipelineStackProps) cdk.Stack
- type AppStackProps
- type DataStackOutPuts
- type DataStackProps
- type PipelineStackProps
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
}
Click to show internal directories.
Click to hide internal directories.