quickstart-amazon-eks-cluster-resource-provider icon indicating copy to clipboard operation
quickstart-amazon-eks-cluster-resource-provider copied to clipboard

Deprecation Warning

Open wesleywh opened this issue 3 years ago • 0 comments

When running the lambda function that is designed to register the custom resource type I'm getting a deprecation warning. So this is a good issue to take care of before your lambda function stops working by the end of the year.

DeprecationWarning: You are using the put() function from 'botocore.vendored.requests'. This dependency was removed from Botocore and will be removed from Lambda after 2021/01/30. https://aws.amazon.com/blogs/developer/removing-the-vendored-version-of-requests-from-botocore/. Install the requests package, 'import requests' directly, and use the requests.put() function instead.

wesleywh avatar Aug 18 '20 20:08 wesleywh