Skip to content

Commit bf44924

Browse files
author
David Surey
committed
fixes
1 parent 0f2040d commit bf44924

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
This example Cloudformation Deployment shows how to deploy an AWS Cloud9 Environment for yourself or team members and run an automated bootstrap so you can install software components needed on the fly.
55
This is usefull for workshops, unified deployments, etc.
66

7+
you may use the template directly or leverage the bash shell script for deployment
78
### Parameters
89

910
There are a few parameters you might want to adjust.

example_setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# Simple bash for Workshop C9 Deployment.
33
# will move towards real automation tools later on
4-
# (c) by David Surey, Amazon Web Services
4+
# created by David Surey, Amazon Web Services
55
66
# NOT FOR PRODUCTION USE - Only for Workshop purposes
77
C9STACK="ExampleC9"

0 commit comments

Comments
 (0)