{"id":37761464,"url":"https://github.com/srcecde/aws-lambda-layer-creator","last_synced_at":"2026-01-16T14:37:32.024Z","repository":{"id":99775729,"uuid":"450754325","full_name":"srcecde/aws-lambda-layer-creator","owner":"srcecde","description":"AWs Lambda layer building made easy for Python \u0026 NodeJS runtimes. Create \u0026 publish the layers with a single command.","archived":false,"fork":false,"pushed_at":"2024-01-06T18:16:25.000Z","size":11,"stargazers_count":11,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-01-06T19:27:17.846Z","etag":null,"topics":["aws","aws-lambda","lambda-layer","nodejs","python"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srcecde.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-01-22T08:00:32.000Z","updated_at":"2024-01-06T19:27:20.176Z","dependencies_parsed_at":"2023-12-04T19:58:20.841Z","dependency_job_id":null,"html_url":"https://github.com/srcecde/aws-lambda-layer-creator","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/srcecde/aws-lambda-layer-creator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcecde%2Faws-lambda-layer-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcecde%2Faws-lambda-layer-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcecde%2Faws-lambda-layer-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcecde%2Faws-lambda-layer-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srcecde","download_url":"https://codeload.github.com/srcecde/aws-lambda-layer-creator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcecde%2Faws-lambda-layer-creator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-lambda","lambda-layer","nodejs","python"],"created_at":"2026-01-16T14:37:31.957Z","updated_at":"2026-01-16T14:37:32.014Z","avatar_url":"https://github.com/srcecde.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Lambda Layer Creator\n\n**Python** \u0026 **NodeJS** lambda layer creation made easy!\n\n## Prerequisites\n- AWS CLI (Install \u0026 Configure)\n- Docker (Install)\n\n## Installation\nClone the repository or simply download the create-layer.sh and execute below commands\n```bash\ncp create-layer.sh /usr/local/bin/create-layer\n```\n```bash\nchmod +x /usr/local/bin/create-layer\n```\nOR (Follow one-click install)\n```bash\nSCRIPT_INSTALL_LOC=/usr/local/bin/create-layer; curl https://raw.githubusercontent.com/srcecde/aws-lambda-layer-creator/main/create-layer.sh \u003e $SCRIPT_INSTALL_LOC; chmod +x $SCRIPT_INSTALL_LOC\n```\n## Usage\n### Python\nTo create the layer the command should be in the specified format.\n```bash\ncreate-layer layer-name python-runtime package1 [package2,…]\n```\n- **create-layer** - Command to invoke the script to create lambda layer\n- **layer-name** - Name of the lambda layer (Please make sure to follow the lambda layer naming convention)\n- **python-runtime** - Python runtime\n- **package** - Name of the package, library that you want to install\n\n#### Supported python runtime\n- python3.6\n- python3.7\n- python3.8\n- python3.9\n- python3.10\n- python3.11\n- python3.12\n\n#### Example\n```bash\ncreate-layer pandas-numpy-layer python3.12 numpy pandas\n```\n### Node JS\nTo create the layer the command should be in the specified format.\n```bash\ncreate-layer layer-name nodejs-runtime package1 [package2,…]\n```\n- **create-layer** - Command to invoke the script to create lambda layer\n- **layer-name** - Name of the lambda layer (Please make sure to follow the lambda layer naming convention)\n- **nodejs-runtime** - NodeJS runtime\n- **package** - Name of the package, library that you want to install\n\n#### Supported Node JS runtime\n- nodejs10.x\n- nodejs12.x\n- nodejs14.x\n- nodejs16.x\n- nodejs18.x\n- nodejs20.x\n\n#### Example\n```bash\ncreate-layer request-moment-layer nodejs14.x request moment\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrcecde%2Faws-lambda-layer-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrcecde%2Faws-lambda-layer-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrcecde%2Faws-lambda-layer-creator/lists"}