Python module and CLI to package and upload python lambda functions to AWS Lambda
Installation
pip install python-mu
Configuration
You will need to have a boto profile created. This can be done using awscli:
pip install awscli aws configure
Usage
usage: mu [-h] [--with-pyc] [--zip-file ZIP_FILE] [--profile PROFILE]
[--zip-only]
[config]
positional arguments:
config JSON file describing this lambda function. Default
lambda.json
optional arguments:
-h, --help show this help message and exit
--with-pyc Package pyc/pyo files
--zip-file ZIP_FILE Name to give ZIP file. Default lambda.zip
--profile PROFILE boto/awscli profile name. Default default
--zip-only Only create the ZIP file, do not upload
lambda.json
{
"name": "helloworld",
"description": "Hello, World!",
"region": "us-east-1",
"role": "arn:aws:iam::000000000000:role/lambda_basic_execution",
"handler": "helloworld.lambda_handler",
"memory_size": 128,
"timeout": 3,
"py_modules": [
"helloworld"
],
"packages": {
"exclude": [
"tests",
"tests.*"
]
},
"deps": [
"requests",
"-rrequirements.txt"
],
"publish": true
}
Release files for python-mu 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-mu-1.0.3.tar.gz | 9.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_mu-1.0.3-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 18.0 kB
Release files / python-mu-1.0.3.tar.gz
| Download URL | python-mu-1.0.3.tar.gz |
|---|---|
| Size | 9.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2b554ea21c010f4e9d55048d22db8e406a86c44b11742d5b5635ef74bbfda87c
|
|
BLAKE2b-256 checksum How to use checksums |
6dec5b813f0fd66e025cf4800bc4d86169eaf849873f3b4fa38a797b405c0d7d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / python_mu-1.0.3-py2.py3-none-any.whl
| Download URL | python_mu-1.0.3-py2.py3-none-any.whl |
|---|---|
| Size | 8.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
ad4fe48c0d6f05049f976a0b0df04c48cdb2cdc4a539ae215e8219df5f99de11
|
|
BLAKE2b-256 checksum How to use checksums |
0b6bd4275d5e8abcfa7d9702fc8c092e2b2985931602349954cbf704e7e52f61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |