Skip to content

Instantly share code, notes, and snippets.

---
AWSTemplateFormatVersion: '2010-09-09'
Description: My example codepipeline template
# ------------------------- #
# CloudFormation Parameters #
# ------------------------- #
Parameters:
[
{
"ParameterKey": "DbClusterIdentifier",
"ParameterValue": "aurora-1"
},
{
"ParameterKey": "Database",
"ParameterValue": "aurora"
},
{