aws-codeseeder


Nameaws-codeseeder JSON
Version 0.12.0 PyPI version JSON
download
home_pagehttps://github.com/awslabs/aws-codeseeder
SummaryA framework utilizing AWS CodeBuild to manage remote code execution.
upload_time2024-04-19 18:51:45
maintainerNone
docs_urlNone
authorAWS Professional Services
requires_python<3.12,>=3.7
licenseApache License 2.0
keywords aws cdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aws-codeseeder

The `aws-codeseeder` project enables builders to easily "seed" python code to AWS CodeBuild for execution in their cloud environments.

The library and its CLI utility are typically used to simplify the development and deployment of complex __Infrastructure as Code__ projects. These projects may have many dependencies and require multiple CLI utilities to orchestrate their deployments. For example, a project that deploys networking resources with the __AWS CDK__, an Amazon EKS Cluster with the `eskctl` CLI utility, and Kubernetes applications with `kubectl` and `helm` CLI utilities.

The `aws-codeseeder` eliminates the need to install and configure libraries and utilities locally or on a build system (i.e. Jenkins). Instead, the library enables builders to easily execute an AWS CodeBuild instance with the utilities they require, then seed local python code to, and execute it within, the CodeBuild instance. By bundling and executing local python code in AWS CodeBuild, `aws-codeseeder` can enable GitOps type deployments of complex, mixed technology projects.

## Usage

See the [Example project](example/) for basic usage info and the documentation for more advanced usage.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/awslabs/aws-codeseeder",
    "name": "aws-codeseeder",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.7",
    "maintainer_email": null,
    "keywords": "aws, cdk",
    "author": "AWS Professional Services",
    "author_email": "aws-proserve-opensource@amazon.com",
    "download_url": null,
    "platform": null,
    "description": "# aws-codeseeder\n\nThe `aws-codeseeder` project enables builders to easily \"seed\" python code to AWS CodeBuild for execution in their cloud environments.\n\nThe library and its CLI utility are typically used to simplify the development and deployment of complex __Infrastructure as Code__ projects. These projects may have many dependencies and require multiple CLI utilities to orchestrate their deployments. For example, a project that deploys networking resources with the __AWS CDK__, an Amazon EKS Cluster with the `eskctl` CLI utility, and Kubernetes applications with `kubectl` and `helm` CLI utilities.\n\nThe `aws-codeseeder` eliminates the need to install and configure libraries and utilities locally or on a build system (i.e. Jenkins). Instead, the library enables builders to easily execute an AWS CodeBuild instance with the utilities they require, then seed local python code to, and execute it within, the CodeBuild instance. By bundling and executing local python code in AWS CodeBuild, `aws-codeseeder` can enable GitOps type deployments of complex, mixed technology projects.\n\n## Usage\n\nSee the [Example project](example/) for basic usage info and the documentation for more advanced usage.\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A framework utilizing AWS CodeBuild to manage remote code execution.",
    "version": "0.12.0",
    "project_urls": {
        "Homepage": "https://github.com/awslabs/aws-codeseeder",
        "Org Site": "https://aws.amazon.com/professional-services/"
    },
    "split_keywords": [
        "aws",
        " cdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5f6d3ce6ea749793fbd3c52021702f8fb1ce64e2e3f11364ea704141fc04618",
                "md5": "59ac1b8debc0c28b290b64393f9411b5",
                "sha256": "b820743340d7ce5bce88bb4bbd3b57f56c0e0c936790ea807e926db884ac7e02"
            },
            "downloads": -1,
            "filename": "aws_codeseeder-0.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59ac1b8debc0c28b290b64393f9411b5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.7",
            "size": 46796,
            "upload_time": "2024-04-19T18:51:45",
            "upload_time_iso_8601": "2024-04-19T18:51:45.261961Z",
            "url": "https://files.pythonhosted.org/packages/b5/f6/d3ce6ea749793fbd3c52021702f8fb1ce64e2e3f11364ea704141fc04618/aws_codeseeder-0.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 18:51:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "awslabs",
    "github_project": "aws-codeseeder",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "aws-codeseeder"
}
        
Elapsed time: 0.23967s