{"id":18596823,"url":"https://github.com/bytekast/local-apigateway-gradle-plugin","last_synced_at":"2025-08-18T23:04:55.270Z","repository":{"id":66316909,"uuid":"123759591","full_name":"bytekast/local-apigateway-gradle-plugin","owner":"bytekast","description":"Gradle Plugin to Expose HTTP Endpoints in Serverless Framework Locally","archived":false,"fork":false,"pushed_at":"2018-03-06T07:08:17.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T18:05:02.981Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bytekast.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-04T05:22:25.000Z","updated_at":"2018-03-05T00:23:53.000Z","dependencies_parsed_at":"2023-03-22T07:48:06.352Z","dependency_job_id":null,"html_url":"https://github.com/bytekast/local-apigateway-gradle-plugin","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/bytekast/local-apigateway-gradle-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytekast%2Flocal-apigateway-gradle-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytekast%2Flocal-apigateway-gradle-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytekast%2Flocal-apigateway-gradle-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytekast%2Flocal-apigateway-gradle-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytekast","download_url":"https://codeload.github.com/bytekast/local-apigateway-gradle-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytekast%2Flocal-apigateway-gradle-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271073387,"owners_count":24694538,"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-18T02:00:08.743Z","response_time":89,"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":[],"created_at":"2024-11-07T01:25:52.289Z","updated_at":"2025-08-18T23:04:55.234Z","avatar_url":"https://github.com/bytekast.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# local-apigateway-gradle-plugin\nGradle Plugin to Expose API Gateway Endpoints in [Serverless Framework](https://serverless.com/) Locally\n\nTo use the plugin, simply add the following to the `plugins` section of `build.gradle`\n\n```groovy\nplugins {\n  id \"com.bytekast.serverless-local-apigateway\" version \"0.5\"\n}\n```\n\n**WARNING!!!** This project is in its very early stages and comes with many limitations, including:\n\n- The handler function must be defined in the following format: `{fullyQualifiedClass}::{methodName}`\n- The `http` events `path` and `method` must be explicitly defined\n\nExample:\n```yaml\nfunctions:\n  echo:\n    handler: com.bytekast.Functions::echo\n    events:\n      - http:\n          path: echo/{message}\n          method: get\n```\n\nThe function's method signature must include the following typed parameters:\n- `java.util.Map`\n- `com.amazonaws.services.lambda.runtime.Context`\n\nExample:\n```groovy\nObject echo(Map input, Context context) {\n  // Add function logic here\n}\n``` \n\n**WORK IN PROGRESS!!!**\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytekast%2Flocal-apigateway-gradle-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytekast%2Flocal-apigateway-gradle-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytekast%2Flocal-apigateway-gradle-plugin/lists"}