Slide 14
Slide 14 text
"Programming" with JSON
(CloudForma8on)
{
"Type": "AWS::ElasticLoadBalancing::LoadBalancer",
"Properties": {
"Listeners": [{ "SSLCertificateId":
{"Fn::FindInMap": ["SSLMAP", "au", {"Ref": "EnvironmentType"}]},
}],
"LoadBalancerName":
{"Fn::Join": ["", ["app-web-", {"Ref": "EnvironmentName"}, ""]]}
}
}
• people are actually expected to write that
• lisp users can weep now