Skip to content

Python package for some functionality related with AWS Boto3 SDK, specially useful in AWS Lambda. The functionality does an atomic operation to avoid connexion interruptions, also downloads the zip data on RAM to avoid disk size limits.

License

Notifications You must be signed in to change notification settings

demosense/boto3-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boto3 Utils

Python package for some functionality related with AWS Boto3 SDK, specially useful in AWS Lambda. The functionality does an atomic operation to avoid connexion interruptions, also downloads the zip data on RAM to avoid disk size limits

Usage:

from boto3_utils import Boto3Utils

Boto3Utils.download(local_key_path, bucket, local_name, bucket_key, local_folder_path)

About

Python package for some functionality related with AWS Boto3 SDK, specially useful in AWS Lambda. The functionality does an atomic operation to avoid connexion interruptions, also downloads the zip data on RAM to avoid disk size limits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages