Metadata-Version: 2.4
Name: binaryrain-helper-cloud-aws
Version: 0.0.6
Summary: Aims to simplify and help with commonly used functions in the aws cloud data areas.
Author: Binary Rain, Marcel T.O
Project-URL: Homepage, https://binaryrain-net.github.io/Binary-Rain-Helper-Toolkit/
Keywords: binary rain,common,help,functions,aws
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aws-lambda-powertools[all]>=3.8.0
Requires-Dist: boto3>=1.37.18
Dynamic: license-file

# Binary Rain Helper Toolkit: AWS Cloud

`binaryrain_helper_cloud_aws` is a python package that aims to simplify and help with common functions in AWS Cloud areas. It builds on top of the `boto3` and `aws-lambda-powertools` libraries and provides additional functionality to make working with AWS Cloud easier, reduces boilerplate code and provides clear error messages.

For further details, please refer to the [Binary Rain Helper Toolkit documentation](https://binaryrain-net.github.io/Binary-Rain-Helper-Toolkit/toolkits/aws/).

## Benefits

- Consistent error handling with clear messages
- Input validation for all function parameters
- Simplified authentication and access to AWS services
- Secure handling of secrets and sensitive information
- Type hints for better IDE support
