We have deployed Moodle LMS using the AWS CDK.
CDK defined infrastructure in ./Moodle
The cdk.json
file tells the CDK Toolkit how to execute your app.
Development instructions in ./Moodle/README.md
See Projects to assist with development.
cdk ls
list all stacks in the appcdk synth
emits the synthesized CloudFormation templatecdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk docs
open CDK documentation
Enjoy!