When trying to create a stack on AWS CloudFormation using ci-cd-codepipeline.cfn.yml template, I'm getting a deprecation warning.
/var/runtime/botocore/vendored/requests/api.py:72: 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.
When trying to create a stack on AWS CloudFormation using ci-cd-codepipeline.cfn.yml template, I'm getting a deprecation warning.
/var/runtime/botocore/vendored/requests/api.py:72: 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.