-
Create a virtual environment:
$ python3 -m venv .venv -
Activate the created environment:
$ source .venv/bin/activate -
Upgrade
pip:$ python3 -m pip install --upgrade pip -
Install the requirements:
$ pip install --upgrade -r requirements.txt
-
Notifications
You must be signed in to change notification settings - Fork 0
An abstraction Python library for AWS Lambda handlers
License
reloc8/lib-lambda-handler
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
An abstraction Python library for AWS Lambda handlers