{"id":16888094,"url":"https://github.com/otbe/ktor-server-lambda","last_synced_at":"2025-08-01T23:39:53.783Z","repository":{"id":43795303,"uuid":"180808529","full_name":"otbe/ktor-server-lambda","owner":"otbe","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-05T22:09:44.000Z","size":141,"stargazers_count":9,"open_issues_count":3,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-18T01:31:57.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/otbe.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":"2019-04-11T14:22:28.000Z","updated_at":"2025-06-30T03:10:39.000Z","dependencies_parsed_at":"2025-02-19T10:46:15.437Z","dependency_job_id":null,"html_url":"https://github.com/otbe/ktor-server-lambda","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/otbe/ktor-server-lambda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otbe%2Fktor-server-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otbe%2Fktor-server-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otbe%2Fktor-server-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otbe%2Fktor-server-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/otbe","download_url":"https://codeload.github.com/otbe/ktor-server-lambda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otbe%2Fktor-server-lambda/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268314133,"owners_count":24230928,"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-01T02:00:08.611Z","response_time":67,"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-10-13T16:48:56.108Z","updated_at":"2025-08-01T23:39:53.722Z","avatar_url":"https://github.com/otbe.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ktor-server-lambda\n\n[![Maven Central](https://img.shields.io/maven-central/v/com.mercateo/ktor-server-lambda.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.mercateo%22%20AND%20a:%22ktor-server-lambda-core%22)\n[![CircleCI](https://circleci.com/gh/otbe/ktor-server-lambda.svg?style=svg\u0026circle-token=31d37814aa181ae26e97678b105985c58784c23a)](https://circleci.com/gh/otbe/ktor-server-lambda)\n\n## Purpose\n\n`ktor-server-lambda-core` is a proof of concept implementation of an [ktor engine](https://ktor.io/servers/configuration.html), which allows you to run your ktor module in AWS Lambda behind an API Gateway.\nBasically, its just a mapping of API Gateway events to ktor request/response objects and vice versa.\n\n## Installation\n\nIn Maven add our core dependency:  \n\n```xml\n\u003cproject\u003e\n    ...\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.mercateo\u003c/groupId\u003e\n            \u003cartifactId\u003ektor-server-lambda-core\u003c/artifactId\u003e\n            \u003cversion\u003e1.0.1\u003c/version\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/project\u003e\n```\n\n## Usage\n\nJust write your ktor application as always and set the Lambda Handler to `com.mercateo.ktor.server.lambda.LambdaAdapter::handle`. \nAfter that the Lambda Engine will pickup your application and executes the call pipeline.\n\n\nPlease have a look at our [sample](ktor-server-lambda-sample/) for a compete guide how to use this library.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotbe%2Fktor-server-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotbe%2Fktor-server-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotbe%2Fktor-server-lambda/lists"}