Skip to content

Instantly share code, notes, and snippets.

@RomeroGaliza
Created November 10, 2021 13:54
Show Gist options
  • Save RomeroGaliza/5190259713ee5d747744aa4ff88c4116 to your computer and use it in GitHub Desktop.
Save RomeroGaliza/5190259713ee5d747744aa4ff88c4116 to your computer and use it in GitHub Desktop.
cdk-example
{
"infrastructureComponents": [
{
"componentType": "database",
"name": "example",
"properties": {
"diskSizeGB": 20,
"engine": {
"type": "postgres",
"version": "12"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment