aws-cloudformation-templates
aws-cloudformation-templates copied to clipboard
ref: update python runtime && edit README.md
Issue #, if available: #391 Description of changes: Refactor: update runtime python && edit README.md
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Hi @KamilBlaz, thanks for your contribution. I see the python runtime is being upgraded, but one of the functions uses urllib2 which has been split across several modules in Python 3.
Have you tested these changes?
Hi @KamilBlaz, thanks for your contribution. I see the python runtime is being upgraded, but one of the functions uses urllib2 which has been split across several modules in Python 3.
Have you tested these changes?
Indeed, I honestly did not notice that the library is changing. I added the new changes and tested it