{"id":28441073,"url":"https://github.com/seeebiii/aws-lambda-boilerplate","last_synced_at":"2025-08-02T02:11:03.440Z","repository":{"id":40290924,"uuid":"96139639","full_name":"seeebiii/aws-lambda-boilerplate","owner":"seeebiii","description":"A collection of starter projects for AWS Lambda using CloudFormation. Projects using NodeJS, Java or NodeJS and Java (in one project).","archived":false,"fork":false,"pushed_at":"2022-11-28T20:01:02.000Z","size":141,"stargazers_count":5,"open_issues_count":20,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-06T04:08:51.769Z","etag":null,"topics":["aws","aws-lambda","aws-lambda-java","aws-lambda-node","boilerplate","cloudformation","cloudformation-template","lambda","starter"],"latest_commit_sha":null,"homepage":null,"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/seeebiii.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":"2017-07-03T18:34:19.000Z","updated_at":"2025-02-10T00:49:32.000Z","dependencies_parsed_at":"2023-01-22T11:45:10.341Z","dependency_job_id":null,"html_url":"https://github.com/seeebiii/aws-lambda-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seeebiii/aws-lambda-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seeebiii%2Faws-lambda-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seeebiii%2Faws-lambda-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seeebiii%2Faws-lambda-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seeebiii%2Faws-lambda-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seeebiii","download_url":"https://codeload.github.com/seeebiii/aws-lambda-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seeebiii%2Faws-lambda-boilerplate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268326739,"owners_count":24232496,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","aws-lambda-java","aws-lambda-node","boilerplate","cloudformation","cloudformation-template","lambda","starter"],"created_at":"2025-06-06T04:08:51.467Z","updated_at":"2025-08-02T02:11:03.429Z","avatar_url":"https://github.com/seeebiii.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-lambda-boilerplate\nA collection of starter projects for [AWS Lambda](https://aws.amazon.com/lambda/) using [CloudFormation](https://aws.amazon.com/cloudformation/).\nExample projects are using Node.js, Java or Node.js and Java (in one project).\n\n\n## aws-lambda-node-starter\n**Folder:** [aws-lambda-node-starter](aws-lambda-node-starter)\n\n**Description:** Contains a simple starter project for Node.js using [yarn](https://yarnpkg.com).\n\n**Run:**\n1. Add a [S3 bucket](https://aws.amazon.com/s3/) to [deploy.sh](aws-lambda-node-starter/deploy.sh) where your packaged JS or JAR files are uploaded to.\n2. Run `./deploy.sh` -\u003e the script will print the urls to invoke your Lambda functions using the browser.\n3. Alternative: Access the Node.js Lambda function called `node-starter-NodeFunction-XXX` using your [AWS Console](https://console.aws.amazon.com).\n\n\n## aws-lambda-java-starter\n**Folder:** [aws-lambda-java-starter](./aws-lambda-java-starter)\n\n**Description:** Contains a simple starter project for Java using [Maven](https://maven.apache.org/).\n\n**Run:**\n1. Add a [S3 bucket](https://aws.amazon.com/s3/) to [deploy.sh](./aws-lambda-java-starter/deploy.sh) where your packaged JS or JAR files are uploaded to.\n2. Run `./deploy.sh` -\u003e the script will print the urls to invoke your Lambda functions using the browser.\n3. Alternative: Access the Java Lambda functions called `java-starter-JavaFunctionOne-XXX` or `java-starter-JavaFunctionTwo-XXX` using your [AWS Console](https://console.aws.amazon.com).\n\n\n## aws-lambda-node-java-starter\n**Folder:** [aws-lambda-node-java-starter](aws-lambda-node-java-starter)\n\n**Description:** Contains a simple starter project for Node.js and Java using [yarn](https://yarnpkg.com) and [Maven](https://maven.apache.org/).\n\n**Run:**\n1. Add a [S3 bucket](https://aws.amazon.com/s3/) to [deploy.sh](aws-lambda-node-java-starter/deploy.sh) where your packaged JS or JAR files are uploaded to.\n2. Run `./deploy.sh` -\u003e the script will print the urls to invoke your Lambda functions using the browser.\n3. Alternative: Access the Node.js Lambda function called `node-java-starter-NodeFunction-XXX` using your [AWS Console](https://console.aws.amazon.com).\n4. Alternative: Access the Java Lambda function called `node-java-starter-JavaFunction-XXX` using your [AWS Console](https://console.aws.amazon.com).\n\n\n## License\n\nMIT License\n\nCopyright (c) 2017 [Sebastian Hesse](https://www.sebastianhesse.de)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseeebiii%2Faws-lambda-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseeebiii%2Faws-lambda-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseeebiii%2Faws-lambda-boilerplate/lists"}