udacity / cd0157-Server-Deployment-and-Containerization

Server Deployment and Configuration project. This was formerly the nd0044 course 4 project.
76 stars 2.9k forks source link

DeprecationWarning #29

Closed sahar-alghamdi closed 3 years ago

sahar-alghamdi commented 3 years ago

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.

SudKul commented 3 years ago

Hi @sahar-alghamdi Though we are a little late to respond, we suggest you raise a Knowledge thread with a few more details, such as:

Happy Learning Udacity