From 8ac53add68cea0ecea72ef451c980858f7b4f1cc Mon Sep 17 00:00:00 2001 From: Clint Johnson Date: Sun, 17 Dec 2023 09:04:08 -0600 Subject: [PATCH] :art: Cleanup --- README.md | 1 + stackmon.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd33176..2dcd271 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Possible reasons for using this utility: ## 🤖 Usage The fastest way to leverage the agent is to replace your stackery agent commander with the one in this repo. If you'd like more control, the source files are included along with a github action that deploys the lambda. + 1. Make and test your changes. 2. Deploy a zip to S3 and reference it in the Stackmon commander `template.yaml`. diff --git a/stackmon.yaml b/stackmon.yaml index c03f941..aa2a2e1 100644 --- a/stackmon.yaml +++ b/stackmon.yaml @@ -8,7 +8,7 @@ Parameters: Regions: Type: List Description: List of regions to enable Stackery for (remove regions if they are disabled in your AWS account) - Default: us-east-2,us-east-1,us-west-1,us-west-2,ap-south-1,ap-northeast-2,ap-southeast-1,ap-southeast-2,ap-northeast-1,ca-central-1,eu-central-1,eu-west-1,eu-west-2,eu-west-3,eu-north-1,sa-east-1 + Default: us-east-1 Resources: AssetsBucket: Type: AWS::S3::Bucket