Skip to content

Commit

Permalink
add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 authored Oct 9, 2023
1 parent 211e6f8 commit f35a550
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 1 addition & 3 deletions cloudformation/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,7 @@ Resources:
- PUT
Id: CORSAllowAll
MaxAge: 3600
Tags:
- Key: "Project"
Value: "infra-resume-book"

Outputs:
ApiUrl:
Value: !Sub
Expand Down
10 changes: 6 additions & 4 deletions cloudformation/stateful.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions samconfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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\""

0 comments on commit f35a550

Please sign in to comment.