Skip to content

Commit

Permalink
Added log group
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshk-5 authored Feb 22, 2024
1 parent 5bad786 commit a640d42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cloudformation/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ Resources:
- !GetAtt MyDynamoDBTable.Arn
PolicyName: lambda-dynamo

AdminAPIUserManagementLambdaLogGroup:
Type: AWS::Logs::LogGroup
Properties:
LogGroupName: !Sub /aws/lambda/${LambdaFunctionName}
RetentionInDays: 7

AdminAPIGateway:
Type: AWS::Serverless::Api
DependsOn:
Expand Down

0 comments on commit a640d42

Please sign in to comment.