Name | lambda-kit JSON |
Version |
1.0.14
JSON |
| download |
home_page | None |
Summary | A tool to package Python code for AWS Lambda. |
upload_time | 2024-10-25 23:59:47 |
maintainer | None |
docs_url | None |
author | Omar Crosby |
requires_python | >=3.9 |
license | MIT License Copyright (c) 2024 Omar Crosby Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
aws
lambda
packaging
deployment
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
# Lambda Kit
Yet another CLI tool for manipulating Python Lambda functions and layers.
[![CI](https://github.com/ocrosby/lambda-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/ocrosby/lambda-kit/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/ocrosby/lambda-kit/badge.svg?branch=main)](https://coveralls.io/github/ocrosby/lambda-kit?branch=main)
## Overview
Whenever I try to create new AWS Lambda functions in Python I always have difficulty packaging the code
and dependencies. This tool is designed to make it easier to package and deploy Python Lambda functions and Lambda
layers.
## Installation
```shell
pip install lambda-kit
```
## Usage
Display the help menu:
```bash
lambda-kit --help
```
## Features
- Package Lambda functions
- Package Lambda layers
## Usage
Packaging Lambda Functions
```bash
kit function --function-name my-function --source-dir /path/to/source --output-dir /path/to/output
```
Packaging Lambda Layers
```bash
kit layer --layer-name my-layer --source-dir /path/to/source --output-dir /path/to/output
```
## References
- [AWS Lambda](https://aws.amazon.com/lambda/)
- [AWS Lambda Layers](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)
- [AWS Lambda Deployment Package](https://docs.aws.amazon.com/lambda/latest/dg/python-package.html)
- [AWS Lambda Layers Deployment Package](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)
- [Setuptools Miscellaneous](https://setuptools.pypa.io/en/latest/userguide/miscellaneous.html)
Raw data
{
"_id": null,
"home_page": null,
"name": "lambda-kit",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "aws, lambda, packaging, deployment",
"author": "Omar Crosby",
"author_email": "Omar Crosby <omar.crosby@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/13/c7/668d0bc9547fb304d362a7a210c00bfd451488ae879738168ef16ba8b6f4/lambda_kit-1.0.14.tar.gz",
"platform": null,
"description": "# Lambda Kit\n\nYet another CLI tool for manipulating Python Lambda functions and layers.\n\n[![CI](https://github.com/ocrosby/lambda-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/ocrosby/lambda-kit/actions/workflows/ci.yml)\n[![Coverage Status](https://coveralls.io/repos/github/ocrosby/lambda-kit/badge.svg?branch=main)](https://coveralls.io/github/ocrosby/lambda-kit?branch=main)\n\n\n## Overview\n\nWhenever I try to create new AWS Lambda functions in Python I always have difficulty packaging the code \nand dependencies. This tool is designed to make it easier to package and deploy Python Lambda functions and Lambda \nlayers.\n\n## Installation\n\n```shell\npip install lambda-kit\n```\n\n## Usage\n\nDisplay the help menu:\n\n```bash\nlambda-kit --help\n```\n\n## Features\n\n- Package Lambda functions\n- Package Lambda layers\n\n## Usage\n\nPackaging Lambda Functions\n\n```bash\nkit function --function-name my-function --source-dir /path/to/source --output-dir /path/to/output\n```\n\nPackaging Lambda Layers\n\n```bash\nkit layer --layer-name my-layer --source-dir /path/to/source --output-dir /path/to/output\n```\n\n## References\n\n- [AWS Lambda](https://aws.amazon.com/lambda/)\n- [AWS Lambda Layers](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)\n- [AWS Lambda Deployment Package](https://docs.aws.amazon.com/lambda/latest/dg/python-package.html)\n- [AWS Lambda Layers Deployment Package](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)\n- [Setuptools Miscellaneous](https://setuptools.pypa.io/en/latest/userguide/miscellaneous.html)\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 Omar Crosby Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "A tool to package Python code for AWS Lambda.",
"version": "1.0.14",
"project_urls": {
"homepage": "https://github.com/ocrosby/lambda-kit"
},
"split_keywords": [
"aws",
" lambda",
" packaging",
" deployment"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f31c126a5b910104fd97bde16643d71a05d4058b4d3d5ba7149cb4f72564aa43",
"md5": "6758a81ec344e9888ccfcf73e823c140",
"sha256": "eecb43acae3301604e7ac4d997c4d76b8133f9490f3e9b153e1360f4e3e49169"
},
"downloads": -1,
"filename": "lambda_kit-1.0.14-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6758a81ec344e9888ccfcf73e823c140",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 13124,
"upload_time": "2024-10-25T23:59:45",
"upload_time_iso_8601": "2024-10-25T23:59:45.808125Z",
"url": "https://files.pythonhosted.org/packages/f3/1c/126a5b910104fd97bde16643d71a05d4058b4d3d5ba7149cb4f72564aa43/lambda_kit-1.0.14-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "13c7668d0bc9547fb304d362a7a210c00bfd451488ae879738168ef16ba8b6f4",
"md5": "fee97fe0a5cd5ae8ab92e81fc1a25769",
"sha256": "c2695f94cd0f683a130eabd843d9eb95528fc9488e41a04761f5ba5915999544"
},
"downloads": -1,
"filename": "lambda_kit-1.0.14.tar.gz",
"has_sig": false,
"md5_digest": "fee97fe0a5cd5ae8ab92e81fc1a25769",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 10747,
"upload_time": "2024-10-25T23:59:47",
"upload_time_iso_8601": "2024-10-25T23:59:47.188685Z",
"url": "https://files.pythonhosted.org/packages/13/c7/668d0bc9547fb304d362a7a210c00bfd451488ae879738168ef16ba8b6f4/lambda_kit-1.0.14.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-25 23:59:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ocrosby",
"github_project": "lambda-kit",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"tox": true,
"lcname": "lambda-kit"
}