Skip to content

Commit

Permalink
chore: Update S3Bucket resource tags in serverless.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Aug 22, 2024
1 parent 5ef2192 commit 9ebea33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ resources:
AttributeName: expire_at
Enabled: true
Tags:
- Key: Name
Value: ${self:provider.environment.BASE_NAME}-context
- Key: Project
Value: ${self:provider.environment.BASE_NAME}

S3Bucket:
Type: AWS::S3::Bucket
Properties:
BucketName:
Fn::Sub: ${self:provider.environment.BASE_NAME}-${AWS::AccountId}
Tags:
- Key: Name
Value: ${self:provider.environment.BASE_NAME}-${AWS::AccountId}
- Key: Project
Value: ${self:provider.environment.BASE_NAME}

# KnowledgeBase:
# Type: AWS::Bedrock::KnowledgeBase
Expand Down

0 comments on commit 9ebea33

Please sign in to comment.