Metadata-Version: 2.1
Name: call-serverless
Version: 0.1.0
Summary: Remote call AWS Lambda functions directly that have API Gateway integration
Home-page: https://github.com/er-nabin-bhusal/pyrlc
Author: Nabin Bhusal
Author-email: nabinbhusal80@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: boto3

# pyrlc - Python Remote Lambda Call

## Being conservative

API Gateway: 
We will be charged for 1$ for a Million requests

Direct Lambda Invocation:
we will be charged for 0.25$ for a Million requests



