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

Use static HTTP client so less memory is consumed #26

Closed tobywf closed 4 years ago

tobywf commented 4 years ago

Issue #, if available: https://github.com/aws-cloudformation/cloudformation-cli-java-plugin/pull/219

Description of changes: Use static HTTP client so less memory is consumed. This required an update of the client library, which was causing a mismatch with the specified Logs SDK package. Also fixed some unused imports and best practices around immutable collections in the unit tests.

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