forked from aws-samples/cfn101-workshop
This repository is a fork of the official AWS CloudFormation Workshop. The primary intention behind this fork is to develop and maintain my own AWS CloudFormation templates.
The working directory is located in mycode. Notes to mycode are located at notes
(Legacy) working directory is located in code/workspace where you can follow along and write your code to.
In the code/solutions, you can find the completed solution for each lab. This can be used as a reference, in case you get stuck or things don't work as intended.
- Prerequisites
- Install python requirements
requirements.txt
especiallycfn-lint
- Install python requirements
aws cloudformation create-stack --stack-name <stack-name> --template-body file://<template-name>.yaml --capabilities CAPABILITY_NAMED_IAM
To set-up a local development environment for changing the workshop, please follow the instructions in local development file.
This library is licensed under the MIT-0 License. See the license file.