b-cfn-custom-userpool-authorizer

View on PyPIReverse Dependencies (1)

2.0.0 b_cfn_custom_userpool_authorizer-2.0.0-py3-none-any.whl

Wheel Details

Project: b-cfn-custom-userpool-authorizer
Version: 2.0.0
Filename: b_cfn_custom_userpool_authorizer-2.0.0-py3-none-any.whl
Download: [link]
Size: 26206
MD5: d418d3074879ddf534a393fe769fdbc2
SHA256: d641b87775fca23f545d530077d17c1c642abba52a38a2e60060f075fb9f43f8
Uploaded: 2023-08-01 11:35:01 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: b-cfn-custom-userpool-authorizer
Version: 2.0.0
Summary: Package that enables deployment of AWS CDK stacks in parallel.
Home-Page: https://github.com/biomapas/B.CfnCustomUserPoolAuthorizer.git
License: Apache License 2.0
Keywords: AWS Cognito UserPool Authorizer
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: python-jose (>=3.3.0)
Requires-Dist: b-lambda-layer-common (<5.0.0,>=4.0.0)
Requires-Dist: b-cfn-lambda-layer (<4.0.0,>=3.0.0)
Requires-Dist: b-cfn-lambda-integration (<2.0.0,>=1.0.0)
Requires-Dist: aws-cdk-lib (<3.0.0,>=2.0.0)
Requires-Dist: aws-cdk-constructs (<3.0.0,>=2.0.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5205 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
b_cfn_custom_userpool_authorizer/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
b_cfn_custom_userpool_authorizer/user_pool_custom_authorizer.py sha256=7QsXfpSHGfC0TRtyDQqGJLRjS9M_EuHpdgL-SObxx6w 3027
b_cfn_custom_userpool_authorizer/user_pool_custom_authorizer_function.py sha256=Jl1QbOs9nViXMew7Dp8RaO5WqnNrC8p_wTsIVCuUKrE 2213
b_cfn_custom_userpool_authorizer/config/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
b_cfn_custom_userpool_authorizer/config/user_pool_config.py sha256=QSDV4Hbps2c_i01ltnLA7NAGEh0C_HA6RMxZhasEWiM 641
b_cfn_custom_userpool_authorizer/config/user_pool_ssm_config.py sha256=hgSVlrIMUy-gUyHZjT9rrs6E9JvQccEY6RtMJHAYznE 763
b_cfn_custom_userpool_authorizer/source/__init__.py sha256=E_31_HPFuRCgvpfcAzPp3kshXaXEXbhtlIadfoW4Kck 61
b_cfn_custom_userpool_authorizer/source/auth_exception.py sha256=neBvH5K_KqCY8nqaEInzcq20eDeJndRirKGjXPjdfEY 40
b_cfn_custom_userpool_authorizer/source/index.py sha256=cmYYDEnX_ZHP3MPQnQVxqkJgP3unolzy1ccI0VPmt5A 860
b_cfn_custom_userpool_authorizer/source/policy_document.py sha256=BieEhf-lGIC-5MNvuMwTbfDE1MsCCU5HuD4FCXq6lhw 1708
b_cfn_custom_userpool_authorizer/source/token_verification.py sha256=gOxMmkNkVK4nEPYqpibrEmj8LQKO7Woro6KiWCJysAo 3514
b_cfn_custom_userpool_authorizer/source/user_pool_resolver.py sha256=Y2IOAZNkALYWIS-zCoGPkYN0o7Kynjszjs9W05NRyMs 788
b_cfn_custom_userpool_authorizer_test/integration/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
b_cfn_custom_userpool_authorizer_test/integration/app.py sha256=5E5uqpcwvTKhx4N_4ivmM_wScASIdlahIWne4xjxZjo 163
b_cfn_custom_userpool_authorizer_test/integration/conftest.py sha256=zYe4sfycZeR2y6_gfsMIeK5ZBpESe4DN5WtNc3j4CbI 433
b_cfn_custom_userpool_authorizer_test/integration/infra_create.py sha256=6LIQMm6KaJhZCP2JXdREqqsjj4wzdA8PINeaHFdXzro 337
b_cfn_custom_userpool_authorizer_test/integration/infra_destroy.py sha256=P0lRJljk5uwK6baLAhXHd_b8Y0Mg3dCUvrmg1QYbKf0 342
b_cfn_custom_userpool_authorizer_test/integration/manager.py sha256=akINgqBsoJdHCKtwiXnwnuMt9Fj6OQvtlb51KtKYw8k 509
b_cfn_custom_userpool_authorizer_test/integration/fixtures/__init__.py sha256=HG4THkxKrnZ5KHeJk3DcN_aXXDc7L6ccBXp1_WamaZc 27
b_cfn_custom_userpool_authorizer_test/integration/fixtures/access_token.py sha256=depW026RF5X_x5p3huu3QPUFhXWvrJmk6gnh-RXWMEk 2092
b_cfn_custom_userpool_authorizer_test/integration/infrastructure/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
b_cfn_custom_userpool_authorizer_test/integration/infrastructure/api_stack.py sha256=dyEGFyHFdgUZOYjYfkaYq9H9jEqRwXAq7Qi3oJaYoQE 1948
b_cfn_custom_userpool_authorizer_test/integration/infrastructure/authorized_endpoint_stack.py sha256=am1mIhNKV0Wz5ICPDCGZYUtUeCNcO3eaQ37N3SBmc1k 2068
b_cfn_custom_userpool_authorizer_test/integration/infrastructure/main_stack.py sha256=YE6xvjztOQFUCmXhrVLYp0TPbWW0-3xpBOhugpJxwEo 1362
b_cfn_custom_userpool_authorizer_test/integration/infrastructure/user_pool_stack.py sha256=us7J3anilBCTHzo4ez6f4NzUhAskgnuamPGUsbdn6Xo 2185
b_cfn_custom_userpool_authorizer_test/integration/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
b_cfn_custom_userpool_authorizer_test/integration/tests/test_authorizer_allow.py sha256=HxIBUasnp1UfPDg6E-OYJydDfOg4YY3JZzpc1mcH3IQ 872
b_cfn_custom_userpool_authorizer_test/integration/tests/test_authorizer_deny.py sha256=oum8-UUY8gJ9ochDBTeFnG6luybH3T6LnfqFQE3WJsk 2828
b_cfn_custom_userpool_authorizer_test/integration/util/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
b_cfn_custom_userpool_authorizer_test/integration/util/urlsafe_json.py sha256=QgvlJJEie7pD7LCq03ukitQe3foMqjS_Fkb9hN5hkBQ 452
b_cfn_custom_userpool_authorizer-2.0.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
b_cfn_custom_userpool_authorizer-2.0.0.dist-info/METADATA sha256=zOHSjD3uJLFizfNxunJFgzpEyaf5II_26YJBzjYs-yk 5948
b_cfn_custom_userpool_authorizer-2.0.0.dist-info/WHEEL sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q 92
b_cfn_custom_userpool_authorizer-2.0.0.dist-info/top_level.txt sha256=RPiO23G6jSZZCKTeGm_X1amO1-xHxGKmom1LuOzpQg8 71
b_cfn_custom_userpool_authorizer-2.0.0.dist-info/RECORD

top_level.txt

b_cfn_custom_userpool_authorizer
b_cfn_custom_userpool_authorizer_test