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

Remove call to Read handler at the end of Create & Update, to reduce latency in stack operations #41

Closed miparnisari closed 4 years ago

miparnisari commented 4 years ago

Issue #, if available: https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs/issues/39

Description of changes: Remove read at the end to reduce latency in stack operations

Before this change:

image

With this change:

image

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