Skip to content

Instantly share code, notes, and snippets.

View duwerq's full-sized avatar

Matthew duwerq

View GitHub Profile
"ConfigureESCustom": {
"Type": "Custom::ConfigureES",
"Properties": {
"ServiceToken": {
"Fn::GetAtt": ["ConfigureES", "Arn"]
}
}
},
"ConfigureES": {
"Type": "AWS::Lambda::Function",