aws-python-helper 0.23.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. aws_python_helper/__init__.py +45 -0
  2. aws_python_helper/api/__init__.py +11 -0
  3. aws_python_helper/api/auth_middleware.py +108 -0
  4. aws_python_helper/api/auth_validators.py +143 -0
  5. aws_python_helper/api/base.py +272 -0
  6. aws_python_helper/api/dispatcher.py +213 -0
  7. aws_python_helper/api/exceptions.py +43 -0
  8. aws_python_helper/api/fetcher.py +210 -0
  9. aws_python_helper/api/handler.py +106 -0
  10. aws_python_helper/database/__init__.py +11 -0
  11. aws_python_helper/database/database_proxy.py +50 -0
  12. aws_python_helper/database/external_database_proxy.py +66 -0
  13. aws_python_helper/database/external_mongo_manager.py +212 -0
  14. aws_python_helper/database/mongo_manager.py +214 -0
  15. aws_python_helper/fargate/__init__.py +9 -0
  16. aws_python_helper/fargate/executor.py +226 -0
  17. aws_python_helper/fargate/fetcher.py +108 -0
  18. aws_python_helper/fargate/handler.py +101 -0
  19. aws_python_helper/fargate/task_base.py +165 -0
  20. aws_python_helper/lambda_standalone/__init__.py +8 -0
  21. aws_python_helper/lambda_standalone/base.py +171 -0
  22. aws_python_helper/lambda_standalone/fetcher.py +122 -0
  23. aws_python_helper/lambda_standalone/handler.py +117 -0
  24. aws_python_helper/sns/__init__.py +6 -0
  25. aws_python_helper/sns/publisher.py +245 -0
  26. aws_python_helper/sqs/__init__.py +10 -0
  27. aws_python_helper/sqs/consumer_base.py +416 -0
  28. aws_python_helper/sqs/fetcher.py +111 -0
  29. aws_python_helper/sqs/handler.py +138 -0
  30. aws_python_helper/utils/__init__.py +9 -0
  31. aws_python_helper/utils/json_encoder.py +108 -0
  32. aws_python_helper/utils/response.py +145 -0
  33. aws_python_helper/utils/serializer.py +103 -0
  34. aws_python_helper-0.23.0.dist-info/METADATA +712 -0
  35. aws_python_helper-0.23.0.dist-info/RECORD +37 -0
  36. aws_python_helper-0.23.0.dist-info/WHEEL +5 -0
  37. aws_python_helper-0.23.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,37 @@
1
+ aws_python_helper/__init__.py,sha256=epoAFpHfYgaE-YV4DBCd7V36la7fLlt6sLsqSBf0_qI,1049
2
+ aws_python_helper/api/__init__.py,sha256=2H8s1bbZArgrlecFb0YDQjBQKphhhwl70zx5oGC4fnk,232
3
+ aws_python_helper/api/auth_middleware.py,sha256=KU6tyH6gPOsaG4oLRr-O2Edbmz92sc39GI7ZsIbVhco,3432
4
+ aws_python_helper/api/auth_validators.py,sha256=aKZTzKQR1o4StkLClxeIveSfv_TrhuBz2Lby3KTyovw,4789
5
+ aws_python_helper/api/base.py,sha256=mgIU9P5DijvbudrOWq64P5ZHYy7Z_nFMqYOxGYpB2aM,8013
6
+ aws_python_helper/api/dispatcher.py,sha256=LTMcdP1KuNou-jmt6VqqNIZQcg2yN6J8iZaN_NdpdhI,6616
7
+ aws_python_helper/api/exceptions.py,sha256=C8G5jn0c6sTtHWG4daLdnqe57IbqNzsQolSBsl_YNno,1019
8
+ aws_python_helper/api/fetcher.py,sha256=DVAfEE2uc0o-JNAagnmC7qQSPDF7ya12kTqvYF0Zhs0,7394
9
+ aws_python_helper/api/handler.py,sha256=IRfJUhYwp8ymBLOXsqsdhEIBmpUFaMuBAGGMjS23jaY,3467
10
+ aws_python_helper/database/__init__.py,sha256=nBPuZ_qB_8c4B8T9J45IqHClfSxA8OEx0WGT6twI29E,364
11
+ aws_python_helper/database/database_proxy.py,sha256=dj7cUbvYb20WJU1RHktngzutJtapWVo6gKJLEBaiMQQ,1476
12
+ aws_python_helper/database/external_database_proxy.py,sha256=-Wh_uLP-duB7xpqn5TkwGHtpHeMARfj-9PYK-R2dkag,2419
13
+ aws_python_helper/database/external_mongo_manager.py,sha256=Zdc8WC4gdqYn9LaI1hE8gEGBFbWYnQGhFgtOa8CZ0QA,6967
14
+ aws_python_helper/database/mongo_manager.py,sha256=by5yfO6KyKfeMju8xNtkPldzPcZvWf9wxJCgkowh_i8,7075
15
+ aws_python_helper/fargate/__init__.py,sha256=bWcWYotfBkQMBw_cos7Ay67TQKv74kwYF7_P5BO6ybE,298
16
+ aws_python_helper/fargate/executor.py,sha256=Lt7w4HgK5n44DgtzBp3r-wjQnp5RbMwNpyD8jBgA7Ys,7136
17
+ aws_python_helper/fargate/fetcher.py,sha256=xdE_NvhgeAT_I4XTfk8i19V8rhw8VN_1CS-q9ECQqiM,3441
18
+ aws_python_helper/fargate/handler.py,sha256=BUy5YJzQeJTDMwnPnnzOSwBGHbpc5JVy4OLBY4Qy77g,3025
19
+ aws_python_helper/fargate/task_base.py,sha256=Mi3ECYz65JT75b4Uc0Qxx3_cfhWvdCkJHjzTPrTt3Ro,4984
20
+ aws_python_helper/lambda_standalone/__init__.py,sha256=a4ZndCf3lr1EmFB6Xr8hlq3hamNsykKjOaADdiKmjFA,139
21
+ aws_python_helper/lambda_standalone/base.py,sha256=1gWN8eoV_sNK3eYu8e7_REqAPCPvgx3iFs5O-Pe8WlI,5607
22
+ aws_python_helper/lambda_standalone/fetcher.py,sha256=9ELM3Hp4NMcW-WS4DacEWbtbdfg7n0yGhdGfogSHwT4,3906
23
+ aws_python_helper/lambda_standalone/handler.py,sha256=LYMDW6C8r0BojNKoJkrA8CX0OocccxdrBwz-wWyFX2Q,4021
24
+ aws_python_helper/sns/__init__.py,sha256=dNJDBuwObZr2KGlYqfp8DuTp1RQmEnHlyjqvq307rZY,118
25
+ aws_python_helper/sns/publisher.py,sha256=6M3BRTxTcvacZ4dnKMfrrERyXQ3YmH7MfyMoILC9oWk,8677
26
+ aws_python_helper/sqs/__init__.py,sha256=Ra6Bx1qPTYYvlVkoyBc8uWw2QacGcizAsiD8kFBFw9g,218
27
+ aws_python_helper/sqs/consumer_base.py,sha256=QzvgvaV3MWe2H_SAZoaGY3cYUsbUsS8MzJbec_pEFPM,17250
28
+ aws_python_helper/sqs/fetcher.py,sha256=2p3iEdR9cIqF1RQFF_HF8y0MfC8mTWJgxLXxeOCj4-c,3535
29
+ aws_python_helper/sqs/handler.py,sha256=NtJ3tvVvfMjzOgfMeEUxn0BHzbuUx9C19t9ir9h18mc,4809
30
+ aws_python_helper/utils/__init__.py,sha256=1L4bUGhMKy_UmXx-w03SDZetGo5MDOB_LIP_ffXmkI8,285
31
+ aws_python_helper/utils/json_encoder.py,sha256=kPrglxttUF7ysW4LkUbzh89Va3jM3s12J98MH-mnKLE,2748
32
+ aws_python_helper/utils/response.py,sha256=IxN6HxUkL_pcOMdfXj1WFjIyCBDV0BU9AC_e4ecOkU8,3633
33
+ aws_python_helper/utils/serializer.py,sha256=WNM5izzL5sm9iPruqZbXrrzK5Kl4VxqEWLz5zQ9FeVs,2869
34
+ aws_python_helper-0.23.0.dist-info/METADATA,sha256=_5rgmB2R-mPdHac3jntwSH3J_tJF0ViTXS-lOxrngEQ,21778
35
+ aws_python_helper-0.23.0.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
36
+ aws_python_helper-0.23.0.dist-info/top_level.txt,sha256=W_0xjk-0rtf9zOwWqSQaNwgZw6EF-cjmNTAdRtXZFHk,18
37
+ aws_python_helper-0.23.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ aws_python_helper