# AWS Lambda Layer with kubectl (and helm)
<!--BEGIN STABILITY BANNER-->---
![End-of-Support](https://img.shields.io/badge/End--of--Support-critical.svg?style=for-the-badge)
> AWS CDK v1 has reached End-of-Support on 2023-06-01.
> This package is no longer being updated, and users should migrate to AWS CDK v2.
>
> For more information on how to migrate, see the [*Migrating to AWS CDK v2* guide](https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html).
---
<!--END STABILITY BANNER-->
This module exports a single class called `KubectlLayer` which is a `lambda.Layer` that bundles the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/kubectl/) and the [`helm`](https://helm.sh/) command line.
> * Helm Version: 3.5.4
> * Kubectl Version: 1.20.0
Usage:
```python
# KubectlLayer bundles the 'kubectl' and 'helm' command lines
from aws_cdk.lambda_layer_kubectl import KubectlLayer
# fn: lambda.Function
fn.add_layers(KubectlLayer(self, "KubectlLayer"))
```
`kubectl` will be installed under `/opt/kubectl/kubectl`, and `helm` will be installed under `/opt/helm/helm`.
Raw data
{
"_id": null,
"home_page": "https://github.com/aws/aws-cdk",
"name": "aws-cdk.lambda-layer-kubectl",
"maintainer": "",
"docs_url": null,
"requires_python": "~=3.7",
"maintainer_email": "",
"keywords": "",
"author": "Amazon Web Services",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/a9/5a/e45497e23d09224d38825238ea917917b4d2719c8ad13326b7f7529bb910/aws-cdk.lambda-layer-kubectl-1.204.0.tar.gz",
"platform": null,
"description": "# AWS Lambda Layer with kubectl (and helm)\n\n<!--BEGIN STABILITY BANNER-->---\n\n\n![End-of-Support](https://img.shields.io/badge/End--of--Support-critical.svg?style=for-the-badge)\n\n> AWS CDK v1 has reached End-of-Support on 2023-06-01.\n> This package is no longer being updated, and users should migrate to AWS CDK v2.\n>\n> For more information on how to migrate, see the [*Migrating to AWS CDK v2* guide](https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html).\n\n---\n<!--END STABILITY BANNER-->\n\nThis module exports a single class called `KubectlLayer` which is a `lambda.Layer` that bundles the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/kubectl/) and the [`helm`](https://helm.sh/) command line.\n\n> * Helm Version: 3.5.4\n> * Kubectl Version: 1.20.0\n\nUsage:\n\n```python\n# KubectlLayer bundles the 'kubectl' and 'helm' command lines\nfrom aws_cdk.lambda_layer_kubectl import KubectlLayer\n\n# fn: lambda.Function\n\nfn.add_layers(KubectlLayer(self, \"KubectlLayer\"))\n```\n\n`kubectl` will be installed under `/opt/kubectl/kubectl`, and `helm` will be installed under `/opt/helm/helm`.\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "An AWS Lambda layer that contains the `kubectl` and `helm`",
"version": "1.204.0",
"project_urls": {
"Homepage": "https://github.com/aws/aws-cdk",
"Source": "https://github.com/aws/aws-cdk.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c7914d7e0615a03694fd7f29e8b3c324913d6bef05651e7421841e960a360e57",
"md5": "052794b32902f404d412df6cde2f3212",
"sha256": "c1cb48c65d736026084c154fc0235ca5ba4da4b626636d63307d694c02de4086"
},
"downloads": -1,
"filename": "aws_cdk.lambda_layer_kubectl-1.204.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "052794b32902f404d412df6cde2f3212",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.7",
"size": 25437227,
"upload_time": "2023-06-19T21:02:22",
"upload_time_iso_8601": "2023-06-19T21:02:22.247259Z",
"url": "https://files.pythonhosted.org/packages/c7/91/4d7e0615a03694fd7f29e8b3c324913d6bef05651e7421841e960a360e57/aws_cdk.lambda_layer_kubectl-1.204.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a95ae45497e23d09224d38825238ea917917b4d2719c8ad13326b7f7529bb910",
"md5": "c5635285cebce532c4c80a1ab3f77ae6",
"sha256": "5e303d2db99f7b36183f43c51a10ffbb2468e975729ed2d70225adaacc6ee7f9"
},
"downloads": -1,
"filename": "aws-cdk.lambda-layer-kubectl-1.204.0.tar.gz",
"has_sig": false,
"md5_digest": "c5635285cebce532c4c80a1ab3f77ae6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.7",
"size": 25437545,
"upload_time": "2023-06-19T21:08:26",
"upload_time_iso_8601": "2023-06-19T21:08:26.114408Z",
"url": "https://files.pythonhosted.org/packages/a9/5a/e45497e23d09224d38825238ea917917b4d2719c8ad13326b7f7529bb910/aws-cdk.lambda-layer-kubectl-1.204.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-19 21:08:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aws",
"github_project": "aws-cdk",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "aws-cdk.lambda-layer-kubectl"
}