diff --git a/README.md b/README.md index b6f571f..c8305b6 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Extract a subset of a CloudFromation template for quick deployments for i.e inte **This is work in progress and may contain bugs** -![flow](images/flow.gif) +![flow](https://raw.githubusercontent.com/mhlabs/cfn-subset/main/images/flow.gif) ### Usage When working on large CloudFormation templates it's likely that you will only be interested in a small subset of resources. This tool will extract these into a smaller deployable template which you can work on and, when happy, merge back in to the main template. ### SAM integration -If your project has a samconfig.toml file, a copy of that will be created with the stack_name parameter chnaged to `sub----`. This is so you can deploy your substack alongside the original stack without interfering with what's already deployed. A prerequisite is that you don't implicitly name any resources as there will be naming clash \ No newline at end of file +If your project has a samconfig.toml file, a copy of that will be created with the stack_name parameter chnaged to `sub----`. This is so you can deploy your substack alongside the original stack without interfering with what's already deployed. A prerequisite is that you don't implicitly name any resources as there will be naming clash