lambda-kit


Namelambda-kit JSON
Version 1.0.4 PyPI version JSON
download
home_pageNone
SummaryA tool to package Python code for AWS Lambda.
upload_time2024-10-12 06:20:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT 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 No coveralls.
            # Lambda Kit

Yet another CLI tool for packaging Python Lambda functions and Lambda layers.

## 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
lambda-kit package --function-name my-function --source-dir /path/to/source --output-dir /path/to/output
```

Packaging Lambda Layers

```bash
lambda-kit package --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)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lambda-kit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "aws, lambda, packaging, deployment",
    "author": null,
    "author_email": "Omar Crosby <omar.crosby@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d6/b3/41643c5bc0d62fbd2a2b8e8a88ddd10dc8f3e385d8da5aae2ac10dfdcbe9/lambda_kit-1.0.4.tar.gz",
    "platform": null,
    "description": "# Lambda Kit\n\nYet another CLI tool for packaging Python Lambda functions and Lambda layers.\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\nlambda-kit package --function-name my-function --source-dir /path/to/source --output-dir /path/to/output\n```\n\nPackaging Lambda Layers\n\n```bash\nlambda-kit package --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",
    "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.4",
    "project_urls": {
        "homepage": "https://github.com/ocrosby/lambda-kit"
    },
    "split_keywords": [
        "aws",
        " lambda",
        " packaging",
        " deployment"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fada5bde5866b07a6944c7ce22f7f5c76e84c979a82c982158182e037e87234e",
                "md5": "2e11583e9737f14d524266999e9d1694",
                "sha256": "3850a231738d782476746b0c6b8f4b0f7cdcbef22cf984333b7f70d555887aa6"
            },
            "downloads": -1,
            "filename": "lambda_kit-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2e11583e9737f14d524266999e9d1694",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 4246,
            "upload_time": "2024-10-12T06:20:18",
            "upload_time_iso_8601": "2024-10-12T06:20:18.565440Z",
            "url": "https://files.pythonhosted.org/packages/fa/da/5bde5866b07a6944c7ce22f7f5c76e84c979a82c982158182e037e87234e/lambda_kit-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6b341643c5bc0d62fbd2a2b8e8a88ddd10dc8f3e385d8da5aae2ac10dfdcbe9",
                "md5": "369f5b5fb5aa44a68a1397b5b2990f96",
                "sha256": "f4c34212069e4526679806905ee4e529629a1c1dc527e880b17a678281320fe3"
            },
            "downloads": -1,
            "filename": "lambda_kit-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "369f5b5fb5aa44a68a1397b5b2990f96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 4011,
            "upload_time": "2024-10-12T06:20:20",
            "upload_time_iso_8601": "2024-10-12T06:20:20.058631Z",
            "url": "https://files.pythonhosted.org/packages/d6/b3/41643c5bc0d62fbd2a2b8e8a88ddd10dc8f3e385d8da5aae2ac10dfdcbe9/lambda_kit-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-12 06:20:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ocrosby",
    "github_project": "lambda-kit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "lambda-kit"
}
        
Elapsed time: 0.35875s