A nice, resolution independent, SVG version of the AWS CloudFormation "Launch Stack" button 🎉
Initially made for the Elastic CI Stack for AWS.
You can use it in Markdown like so:
[![Launch Stack](https://cdn.rawgit.com/buildkite/cloudformation-launch-stack-button-svg/master/launch-stack.svg)](https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
or with plain ol’ HTML:
<a href="https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json"><img alt="Launch Stack" src="https://cdn.rawgit.com/buildkite/cloudformation-launch-stack-button-svg/master/launch-stack.svg"></a>
[Launch Stack.sketch](Launch Stack.sketch) (Sketch 3)
See LICENSE (MIT)