A tutorial for developers that want to learn about how to build modern applications on top of AWS. You will build a sample website that leverages infrastructure as code, containers, serverless code functions, CI/CD, and more.
Description of changes:
Change to python v3 to prevent the dockerfile not executing line 4 incorrectly (RUN apt-get install -y python-pip python-dev build-essential)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Updating module 5 Dockerfile to use v3 of python.
Issue #, if available:
211
Description of changes: Change to python v3 to prevent the dockerfile not executing line 4 incorrectly (RUN apt-get install -y python-pip python-dev build-essential)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.