Skip to main content

A CLI which automatically uploads pip packages and directories to aws efs to be used in aws lambda

Project description

efsync

Downloads Open In Colab pypi package deployment PyPI version fury.io

efsync is an CLI tool/ sdk to automatically upload files and dependencies to AWS EFS. The CLI is easy to use, you only need access to an AWS Account, an AWS EFS-filesystem up and running, and Docker installed. I wrote an article with an complete walkthrough. you can check this one out here or simply start with the Quick Start.

Documentation

Quick Start

Example in Google Colab. Open In Colab

  1. Install via pip3
pip3 install efsync
  1. sync your pip packages or files to AWS EFS
efsync -cf efsync.yaml

Examples

CLI Example with efsync.yaml

sync your pip packages or files to AWS EFS

efsync -cf efsync.yaml

CLI Example with parameter

sync your pip packages or files to AWS EFS

efsync -r requirements.txt -py 3.8 -epd lib -fd tmp -ap schueler -ar eu-central-1 -sbd <subnet_id> -ekn <ec2-key-name>  -efi  <efs_filesystem_id>

SDK Example with efsync.yaml

create an configuration file efsync.yaml

# lambda ci python version for pip installation
python_version: 3.8
# pip directory
efs_pip_dir: lib
# extra directory for file upload like ML models
file_dir: dir
# requirements file
requirements: requirements.txt
# Defines if the efs should be cleaned up before uploading
clean_efs: True
# aws profile configuration
aws_profile: efsync
aws_region: eu-central-1

#aws vpc and ec2 shit
efs_filesystem_id: fs-2adfas123
subnet_Id: subnet-xxx
ec2_key_name: efsync-asd913fjgq3
  1. sync your pip packages or files to AWS EFS
from efsync import efsync

efsync('efsync.yaml')

CLI

cli_short cli_long default description
-h --help - displays all commands
-r --requirements requirements.txt path of your requirements.txt
-cf --config_file - path of your efsync.yaml
-py --python_version 3.8 Python version used to install dependencies
-epd --efs_pip_dir lib directory where the pip packages will be installed on efs
-efi --efs_filesystem_id - File System ID from the EFS filesystem
-ce --clean_efs True Defines if the EFS should be cleaned up before uploading
-fd --file_dir tmp directory where all other files will be placed
-ap --aws_profile efsync name of the used AWS profile
-ar --aws_region eu-central-1 aws region where the efs is running
-sbd --subnet_Id - subnet id of the efs
-ekn --ec2_key_name - temporary key name for the ec2 instance

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

efsync-0.2.10.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

efsync-0.2.10-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file efsync-0.2.10.tar.gz.

File metadata

  • Download URL: efsync-0.2.10.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for efsync-0.2.10.tar.gz
Algorithm Hash digest
SHA256 87ee27b897c3809a5681d05a32b141a618f59a5691bbb78c4443bac051ff1359
MD5 80b8f9ffbc48e47e5361bb94dc09aa9a
BLAKE2b-256 aad34c25ed6e4d30dab8c89918b4cf8d667b913c7c10a149357803e1fd9f1e3a

See more details on using hashes here.

Provenance

File details

Details for the file efsync-0.2.10-py3-none-any.whl.

File metadata

  • Download URL: efsync-0.2.10-py3-none-any.whl
  • Upload date:
  • Size: 14.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for efsync-0.2.10-py3-none-any.whl
Algorithm Hash digest
SHA256 ce1e6c96dba751f0cc207097d9482820e967bc42874838a43fecdbba6efae1c2
MD5 792e47fe42818a31aa32f7d6b43b00b3
BLAKE2b-256 df0ed18d52bcf15eb931b3ba817a32958c999de3cd0860e20890a794262625d8

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page