aws-samples / aws-modern-application-workshop

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.
Apache License 2.0
1.46k stars 832 forks source link

Python Updates due to Recent Jinja2 Changes #286

Closed scottmishra closed 1 year ago

scottmishra commented 2 years ago

Issue #, if available: The recent change to Jinja2 removing escape from the exposed functions means it is not available for flask to export.

Description of changes: Moving to a new version of flask in the requirement file

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.