aws-cloudformation / aws-cloudformation-resource-providers-logs

The CloudFormation Resource Provider Package For Amazon CloudWatch Logs
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
Apache License 2.0
33 stars 35 forks source link

Fix read handler to match exact log group name instead of prefix #65

Closed wchunl closed 2 years ago

wchunl commented 2 years ago

Issue #, if available: None Description of changes: Changed read handler logic such that it now filters through the response log groups and returns a log group that matches the entire log group name

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.