Metadata-Version: 2.1
Name: lambda-agent-utils
Version: 1.0.0
Summary: Lambda utils
Home-page: UNKNOWN
Author: Pradeep
Author-email: pradeep@incaendo.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/x-rst


Lambda Utilities
================

Lambda Utilities is a Python package that provides utility functions for handling input and output in AWS Lambda functions triggered by various sources, including API Gateway, AWS Service Kafka, and CLI.

Features
--------

- Easily extract and format input parameters based on the trigger source.
- Send output data back to the appropriate source with proper formatting.
- Supports AWS Lambda functions for various use cases.

Usage
-----

To use Lambda Utilities in your AWS Lambda functions, follow these steps:

1. Import the `input_handler` and `output_handler` modules.
2. Use these modules to streamline input and output handling.

License
-------

This project is licensed under the MIT License.


