from __future__ import unicode_literals

This commit is contained in:
David Baumgold 2014-08-27 11:17:06 -04:00
commit 4201e6b430
196 changed files with 219 additions and 19 deletions

View file

@ -0,0 +1 @@
from __future__ import unicode_literals

View file

@ -0,0 +1 @@
from __future__ import unicode_literals

View file

@ -1,3 +1,5 @@
from __future__ import unicode_literals
template = {
"Description": "AWS CloudFormation Sample Template Gollum_Single_Instance_With_EBS_Volume: Gollum is a simple wiki system built on top of Git that powers GitHub Wikis. This template installs a Gollum Wiki stack on a single EC2 instance with an EBS volume for storage and demonstrates using the AWS CloudFormation bootstrap scripts to install the packages and files necessary at instance launch time. **WARNING** This template creates an Amazon EC2 instance and an EBS volume. You will be billed for the AWS resources used if you create a stack from this template.",
"Parameters": {

View file

@ -1,3 +1,5 @@
from __future__ import unicode_literals
template = {
"Description": "AWS CloudFormation Sample Template vpc_single_instance_in_subnet.template: Sample template showing how to create a VPC and add an EC2 instance with an Elastic IP address and a security group. **WARNING** This template creates an Amazon EC2 instance. You will be billed for the AWS resources used if you create a stack from this template.",
"Parameters": {

View file

@ -1,3 +1,4 @@
from __future__ import unicode_literals
import json
import boto

View file

@ -1,3 +1,4 @@
from __future__ import unicode_literals
import json
import boto

View file

@ -0,0 +1 @@
from __future__ import unicode_literals

View file

@ -1,3 +1,4 @@
from __future__ import unicode_literals
import json
from mock import patch