1.0.2 • Published 8 months ago

hono-alibaba-cloud-fc3-adapter v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Hono Alibaba Cloud FC3 Adapter

Build NPM Version GitHub License

An adapter for using Hono with Alibaba Cloud Function Compute 3.0.

一个用于在阿里云函数计算 FC 3.0 中使用 Hono 的适配器。

Installation

npm install hono-alibaba-cloud-fc3-adapter

Usage

import { Hono } from "hono";
import { handle } from "hono-alibaba-cloud-fc3-adapter";

const app = new Hono();

app.get("/", (c) => c.text("Hello Hono!"));

export const handler = handle(app);
1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago