Skip to content

Conversation

@OskarLebuda
Copy link
Contributor

@OskarLebuda OskarLebuda commented Aug 22, 2025

Resolves #85

Add new aws-lambda adapter.

import { toLambdaHandler } from "srvx/aws-lambda";

export const handler = toLambdaHandler({
  fetch(req: Request) {
    return Response.json({ hello: "world!" });
  },
});

@OskarLebuda OskarLebuda requested a review from pi0 as a code owner August 22, 2025 19:47
@codecov
Copy link

codecov bot commented Aug 22, 2025

Codecov Report

❌ Patch coverage is 79.31034% with 36 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/adapters/aws-lambda.ts 2.85% 34 Missing ⚠️
src/adapters/_aws/_utils.ts 98.56% 2 Missing ⚠️

📢 Thoughts on this report? Let us know!

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Aug 22, 2025

Deploying h3-srvx with  Cloudflare Pages  Cloudflare Pages

Latest commit: df0a86b
Status: ✅  Deploy successful!
Preview URL: https://55a86331.h3-srvx.pages.dev
Branch Preview URL: https://feat-aws-lambda.h3-srvx.pages.dev

View logs

@OskarLebuda OskarLebuda changed the title Draft: feat: add aws-lambda adapter Draft: add aws-lambda adapter Aug 22, 2025
@OskarLebuda OskarLebuda self-assigned this Aug 22, 2025
@OskarLebuda OskarLebuda changed the title Draft: add aws-lambda adapter feat: aws-lambda adapter Sep 4, 2025
@OskarLebuda OskarLebuda added the enhancement New feature or request label Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AWS Lambda Adapter

5 participants