@@ -45,8 +45,7 @@ both in development, staging, and production without any major issues.
45
45
Requirements
46
46
============
47
47
48
- * Python 2.7
49
- * Python 3.5+
48
+ * Python 3.7+
50
49
51
50
Stacker Command
52
51
===============
@@ -60,7 +59,7 @@ Here are some examples:
60
59
61
60
``destroy ``:
62
61
tears down your stacks
63
-
62
+
64
63
``diff ``:
65
64
compares your currently deployed stack templates to your config files
66
65
@@ -76,26 +75,26 @@ Getting Started
76
75
``stacker_cookiecutter ``: https://github.com/cloudtools/stacker_cookiecutter
77
76
78
77
We recommend creating your base `stacker ` project using ``stacker_cookiecutter ``.
79
- This tool will install all the needed dependencies and created the project
78
+ This tool will install all the needed dependencies and created the project
80
79
directory structure and files. The resulting files are well documented
81
80
with comments to explain their purpose and examples on how to extend.
82
-
81
+
83
82
``stacker_blueprints ``: https://github.com/cloudtools/stacker_blueprints
84
83
85
84
This repository holds working examples of ``stacker `` blueprints.
86
- Each blueprint works in isolation and may be referenced, extended, or
85
+ Each blueprint works in isolation and may be referenced, extended, or
87
86
copied into your project files. The blueprints are written in Python
88
87
and use the troposphere _ library.
89
-
88
+
90
89
``stacker reference documentation ``:
91
-
90
+
92
91
We document all functionality and features of stacker in our extensive
93
92
reference documentation located at readthedocs _.
94
93
95
94
``AWS OSS Blog ``: https://aws.amazon.com/blogs/opensource/using-aws-codepipeline-and-open-source-tools-for-at-scale-infrastructure-deployment/
96
95
97
96
The AWS OSS Blog has a getting started guide using stacker with AWS CodePipeline.
98
-
97
+
99
98
100
99
Docker
101
100
======
0 commit comments