- Upgrade CDK support from v1 to v2.
- Upgrade GitHub pipelines checkout version from v2 to v3.
- Upgrade biomapas/cicd-full image version to 5.0.0.
- Upgrade dependencies to breaking versions.
- Make dependency range more strict.
- Add the ability to use a Bearer Token.
- Add JWT claims to authorizer output.
- Add property to expose authorization type for API Gateway APIs.
- Add more tests to handle completely broken jwt tokens like "aaa.bbb.ccc".
- Simplify logging with pytest.
- Update B.LambdaLayerCommon dependency.
- Add more integration tests.
- Update b_lambda_layer_common dependency.
- Add readme.
- Add tests.
- Enable caching.
- Fix testing configuration.
- Success! Authorizer can now successfully authorize tokens.
- First attempt to verify cognito user pool JWT token.
- Still work in progress. Requests and tests work.
- Checking the actual access token - in progress.
- Work in progress. Added integration testing files.
- Initial build.