From f35a550434b93a941237f4b862198f6822d95812 Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Mon, 9 Oct 2023 10:59:39 -0500 Subject: [PATCH] add tags --- cloudformation/lambda.yml | 4 +--- cloudformation/stateful.yml | 10 ++++++---- samconfig.toml | 1 + 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/cloudformation/lambda.yml b/cloudformation/lambda.yml index 7e33498..6501b10 100644 --- a/cloudformation/lambda.yml +++ b/cloudformation/lambda.yml @@ -222,9 +222,7 @@ Resources: - PUT Id: CORSAllowAll MaxAge: 3600 -Tags: - - Key: "Project" - Value: "infra-resume-book" + Outputs: ApiUrl: Value: !Sub diff --git a/cloudformation/stateful.yml b/cloudformation/stateful.yml index f3f8c0d..6a5186f 100644 --- a/cloudformation/stateful.yml +++ b/cloudformation/stateful.yml @@ -30,7 +30,9 @@ Resources: KeyType: HASH ProvisionedThroughput: ReadCapacityUnits: 5 - WriteCapacityUnits: 5 -Tags: - - Key: "Project" - Value: "infra-resume-book" + WriteCapacityUnits: 5 + Tags: + - Key: "project" + Value: "infra-resume-book" + - Key: "techlead" + Value: "jgoon2@illinois.edu" diff --git a/samconfig.toml b/samconfig.toml index e29e8de..e80e906 100644 --- a/samconfig.toml +++ b/samconfig.toml @@ -7,3 +7,4 @@ region = "us-east-1" confirm_changeset = true capabilities = "CAPABILITY_IAM CAPABILITY_NAMED_IAM" image_repositories = [] +tags = "project=\"infra-resume-book\" techlead=\"jgoon2@illinois.edu\"" \ No newline at end of file