Documentation ¶
Index ¶
Constants ¶
View Source
const ( MAIN_BRANCH = "main" DEV_BRANCH = "dev" BRANCH = "branch" )
Variables ¶
This section is empty.
Functions ¶
func NewGoV2BranchPipeline ¶
func NewGoV2BranchPipeline(scope constructs.Construct, id string, props GoPipelineProps) pipelines.CodePipeline
func NewGoV2MainPipeline ¶
func NewGoV2MainPipeline(scope constructs.Construct, id string, props GoPipelineProps) pipelines.CodePipeline
Types ¶
type DeployableStage ¶
type DeployableStage struct { Stage awscdk.Stage StageOptions *pipelines.AddStageOpts }
type GoPipelineProps ¶
Click to show internal directories.
Click to hide internal directories.