cdkactions App instance.
Configuration for the LabsApplication stack.
Optional overrides for the workflow.
Perform final modifications before synthesis
This method can be implemented by derived constructs in order to perform final changes before synthesis. prepare() will be called after child constructs have been prepared.
This is an advanced framework feature. Only use this if you understand the implications.
A custom onSynthesize
function to generate GH Action manifests.
Synthesis session.
Validate the current construct.
This method can be implemented by derived constructs in order to perform validation logic. It is called on all constructs before synthesis.
An array of validation error messages, or an empty array if there the construct is valid.
Returns a string representation of this construct.
Generated using TypeDoc
A stack that will lint, test, build, publish docker images for, and deploy both a Django project and a React project. This stack will also optionally run integration tests before deploying.
By default the docker images will be published as $dockerImageBaseName-backend and $dockerImageBaseName-frontend