One Observability Workshop v3.0.0
One Observability Workshop / stages/storage / StorageStage
Class: StorageStage¶
Defined in: stages/storage.ts:56
CDK Pipeline stage that deploys databases, object storage, and messaging resources. Includes post-deployment steps for DynamoDB seeding and RDS schema initialization.
Extends¶
Stage
Constructors¶
Constructor¶
new StorageStage(
scope,id,properties):StorageStage
Defined in: stages/storage.ts:58
Parameters¶
scope¶
Construct
id¶
string
properties¶
Returns¶
StorageStage
Overrides¶
Stage.constructor
Properties¶
stack¶
stack:
StorageStack
Defined in: stages/storage.ts:57
Methods¶
getDDBSeedingStep()¶
getDDBSeedingStep(
scope,artifactBucket):CodeBuildStep
Defined in: stages/storage.ts:66
Parameters¶
scope¶
Stack
artifactBucket¶
IBucket
Returns¶
CodeBuildStep
getRDSSeedingStep()¶
getRDSSeedingStep(
scope):CodeBuildStep
Defined in: stages/storage.ts:119
Parameters¶
scope¶
Stack
Returns¶
CodeBuildStep