aws / chalice

Python Serverless Microframework for AWS
Apache License 2.0
10.67k stars 1.01k forks source link

(Easy merge ⭐️) Upgrade Sample Todo App to Use Latest 3rd Party Python Dependencies #2052

Closed codyfletcher closed 11 months ago

codyfletcher commented 1 year ago

Upgrading the dependencies doesn't work by itself as there was an issue with jwt token. This resolves that problem.

Description of changes:

  1. Upgrading the 3rd-party Python dependencies
  2. Step 1 above doesn't work by itself, as there was an issue with jwt token code in chalicelib/auth.py. Two simple adjustments to that file has everything working with the latest versions.