{"id":24531979,"url":"https://github.com/julbme/aws-lambda-bootstrap-maven-plugin","last_synced_at":"2026-04-12T13:43:48.577Z","repository":{"id":65509333,"uuid":"520017457","full_name":"julbme/aws-lambda-bootstrap-maven-plugin","owner":"julbme","description":"This maven plugin enables to generate a bootstrap file for AWS Lambda custom runtime.","archived":false,"fork":false,"pushed_at":"2022-12-03T20:25:33.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T17:04:56.318Z","etag":null,"topics":["aws","bootstrap","lambda","maven-plugin","packaging"],"latest_commit_sha":null,"homepage":"https://julbme.github.io/aws-lambda-bootstrap-maven-plugin/","language":"Java","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/julbme.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}},"created_at":"2022-08-01T07:58:52.000Z","updated_at":"2022-08-01T13:49:14.000Z","dependencies_parsed_at":"2023-01-26T16:55:16.290Z","dependency_job_id":null,"html_url":"https://github.com/julbme/aws-lambda-bootstrap-maven-plugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/julbme/aws-lambda-bootstrap-maven-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julbme%2Faws-lambda-bootstrap-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julbme%2Faws-lambda-bootstrap-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julbme%2Faws-lambda-bootstrap-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julbme%2Faws-lambda-bootstrap-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/julbme","download_url":"https://codeload.github.com/julbme/aws-lambda-bootstrap-maven-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julbme%2Faws-lambda-bootstrap-maven-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259851716,"owners_count":22921630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","bootstrap","lambda","maven-plugin","packaging"],"created_at":"2025-01-22T09:17:04.050Z","updated_at":"2026-04-12T13:43:48.548Z","avatar_url":"https://github.com/julbme.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build](https://github.com/julbme/aws-lambda-bootstrap-maven-plugin/actions/workflows/maven-build.yml/badge.svg)](https://github.com/julbme/aws-lambda-bootstrap-maven-plugin/actions/workflows/maven-build.yml)\n[![Lint Commit Messages](https://github.com/julbme/aws-lambda-bootstrap-maven-plugin/actions/workflows/commitlint.yml/badge.svg)](https://github.com/julbme/aws-lambda-bootstrap-maven-plugin/actions/workflows/commitlint.yml)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=julbme_aws-lambda-bootstrap-maven-plugin\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=julbme_aws-lambda-bootstrap-maven-plugin)\n![Maven Central](https://img.shields.io/maven-central/v/me.julb/aws-lambda-bootstrap-maven-plugin)\n\n# AWS Lambda Bootstrap Maven plugin\n\nThis Maven plugin provides a goal to generate a `bootstrap` file used for AWS Lambda custom runtimes.\nBy default, the goal is bound to the `prepare-package` phase.\n\n## Usage\n\n```xml\n\u003cbuild\u003e\n    \u003cplugins\u003e\n        ...\n        \u003cplugin\u003e\n            \u003cgroupId\u003eme.julb\u003c/groupId\u003e\n            \u003cartifactId\u003eaws-lambda-bootstrap-maven-plugin\u003c/artifactId\u003e\n            \u003cexecutions\u003e\n                \u003cexecution\u003e\n                    \u003cid\u003egenerate-bootstrap-file\u003c/id\u003e\n                    \u003cgoals\u003e\n                        \u003cgoal\u003egenerate\u003c/goal\u003e\n                    \u003c/goals\u003e\n                    \u003cconfiguration\u003e\n                        \u003cruntimeFileName\u003e\u003c/runtimeFileName\u003e\u003c!-- defaults to ${project.artifactId} --\u003e\n                        \u003cruntimeOptions\u003e\u003c/runtimeOptions\u003e\u003c!-- optional --\u003e\n                        \u003coutputFile\u003e\u003c/outputFile\u003e\u003c!-- defaults to ${project.build.directory}/aws-lambda/bootstrap --\u003e\n                    \u003c/configuration\u003e\n                \u003c/execution\u003e\n            \u003c/executions\u003e\n        \u003c/plugin\u003e\n        ...\n    \u003c/plugins\u003e\n\u003c/build\u003e\n```\n\nThe configuration above generates `target/aws-lambda/bootstrap` with `0755` posix permissions and the following content:\n\n```bash\n#!/bin/sh\n\ncd $LAMBDA_TASK_ROOT\n\n./#runtimeFileName# #runtimeOptions#\n```\n\nThe file is then ready to be packaged with the runtime script in a zip using the [Maven Assembly plugin](https://maven.apache.org/plugins/maven-assembly-plugin/).\n\n## Contributing\n\nThis project is totally open source and contributors are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulbme%2Faws-lambda-bootstrap-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulbme%2Faws-lambda-bootstrap-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulbme%2Faws-lambda-bootstrap-maven-plugin/lists"}