aws-samples / aws-samples/tgw-attachment-tagger
Log group '/aws/lambda/tgw-tagger-attachment-tagger' does not exist
- Dominant language
- Python
- Stars
- 6
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Log group seem to be missing in the CFN template as the logs point to a log group that doesn't exist. Likely means to be this config but named wrong?
LambdaTGWTagLogGroup:
Type: AWS::Logs::LogGroup
Properties:
LogGroupName: '/aws/lambda/tgw-tagger-tagger'
RetentionInDays: 90
Contributor guide
Research direction
Locate the CloudFormation template and compare the Lambda log group resource name with the missing '/aws/lambda/tgw-tagger-attachment-tagger' group reported in the issue. Confirm the configured name matches the Lambda function and verify that deployment creates the expected log group with 90-day retention.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100