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