Skip to content

VisualDudek/cfn101-workshop-fork

 
 

Repository files navigation

AWS CloudFormation - Workshop (Forked Repository)

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.

Getting Started

  1. Prerequisites
    • Install python requirements requirements.txt especially cfn-lint

Deploy the stack uising AWS CLI

aws cloudformation create-stack --stack-name <stack-name> --template-body file://<template-name>.yaml --capabilities CAPABILITY_NAMED_IAM

Local development

To set-up a local development environment for changing the workshop, please follow the instructions in local development file.

License

This library is licensed under the MIT-0 License. See the license file.

About

AWS CloudFormation Workshop - Fork

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.8%
  • Makefile 25.3%
  • Python 14.9%