Skip to content

Commit

Permalink
Merge pull request #26 from neilramsay/cloudfront
Browse files Browse the repository at this point in the history
Cloud Front Distribution Cloud Formation Syntax
  • Loading branch information
beaknit committed May 30, 2015
2 parents 6a8908b + 32ad2d6 commit 90d9345
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cloudfront-distribution.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<snippet>
<content><![CDATA[
"${1:cloudfrontDistribution}": {
"Type": "AWS::CloudFront::Distribution",
"Properties": {
"DistributionConfig": ${2}
}
}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>cloudfront-distribution</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.cloudformation</scope>
</snippet>

0 comments on commit 90d9345

Please sign in to comment.