Metadata-Version: 2.0
Name: hyperlambda
Version: 0.0.2
Summary: A low-level client representing AWS Lambda
Home-page: https://github.com/SenseHawk/HyperLambda
Author: Vijay M
Author-email: vijaym@sensehawk.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: hyperlambda
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: boto3
Requires-Dist: configparser (==3.5.0)
Requires-Dist: requests
Requires-Dist: argparse (>=1.1); python_version=="2.7"
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

A low-level client representing AWS Lambda that execute your code on your choice of instance . 


