UNPKG

@mapbox/cloudfriend

Version:

Helper functions for assembling CloudFormation templates in JavaScript

21 lines (20 loc) 297 B
{ "AWSTemplateFormatVersion": "2010-09-09", "Parameters": { "OutputThis": { "Type": "String" } }, "Resources": { "Topic": { "Type": "AWS::Not::aThing" } }, "Outputs": { "ProvidedValue": { "Value": { "Ref": "OutputThis" } } } }