diff --git a/cloudformation/lambda.yml b/cloudformation/lambda.yml index b45f692..6501b10 100644 --- a/cloudformation/lambda.yml +++ b/cloudformation/lambda.yml @@ -222,7 +222,7 @@ Resources: - PUT Id: CORSAllowAll MaxAge: 3600 - + Outputs: ApiUrl: Value: !Sub diff --git a/cloudformation/stateful.yml b/cloudformation/stateful.yml index 46434b1..6a5186f 100644 --- a/cloudformation/stateful.yml +++ b/cloudformation/stateful.yml @@ -30,4 +30,9 @@ Resources: KeyType: HASH ProvisionedThroughput: ReadCapacityUnits: 5 - WriteCapacityUnits: 5 \ No newline at end of file + 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