-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
We are using cfn_resource create, update handlers for our lambdas in CF stacks.
Since last week, we are getting DeprecationWarning and seeing connection timeout in logs as lambda is taking more than an hour to stabilize.
Is it because the cfn_resource is using urllib2 or older? whereas the updated library cfnresponse uses urllib3 and AWS is suggesting to update requests libraries to urllib3.
Our code doesn't use cfn-response library which is deprecating in April 2021. We have lambdas as Custom resource in CF stored in s3 buckets and defined custom cfn response functions to send responses.
Also, this issue is intermittent.
Anything we should update in our code if we are using cfn_resource?
rpmcginty
Metadata
Metadata
Assignees
Labels
No labels