Skip to content

Commit

Permalink
Merge pull request #8 from acm-uiuc/dsingh14/tag-resources
Browse files Browse the repository at this point in the history
Tag AWS Resources with Project
  • Loading branch information
devksingh4 authored Oct 9, 2023
2 parents 17ecdcc + f35a550 commit 714429d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudformation/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Resources:
- PUT
Id: CORSAllowAll
MaxAge: 3600

Outputs:
ApiUrl:
Value: !Sub
Expand Down
7 changes: 6 additions & 1 deletion cloudformation/stateful.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ Resources:
KeyType: HASH
ProvisionedThroughput:
ReadCapacityUnits: 5
WriteCapacityUnits: 5
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 714429d

Please sign in to comment.