Metadata-Version: 2.1
Name: aws_utility_library_savicppapp
Version: 1.0.0
Summary: A Python library for AWS utilities (Lambda, SNS, SQS, DynamoDB, and S3)
Author-email: Savitanshu Somvanshi <shivangsomvanshi124@gmail.com>
License: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3<2.0,>=1.20


AWS Utility Library
--------------------
A Python library designed to simplify interactions with AWS services, making it easier 
for developers to integrate and manage AWS resources in their applications. 
This library provides prebuilt functions for commonly used services such as Lambda, SNS, SQS, DynamoDB, 
and S3, reducing the need for repetitive code and streamlining development.

-------------
Features
--------------
Lambda: Trigger AWS Lambda functions to execute serverless tasks effortlessly.
SNS: Publish messages to Amazon SNS topics with optional subject lines for notifications.
SQS: Retrieve and delete messages from Amazon SQS queues for reliable message processing.
DynamoDB: Perform operations like storing, scanning, and retrieving data from DynamoDB tables.
S3: Upload and manage files in Amazon S3 buckets for efficient storage and retrieval.

---------------
