**Is your feature request related to a problem? Please describe.** enable support for koa framework **Describe the solution you'd like** deploy koa function in aliyun fc3 with serverless-adapter ```ts const app: Koa = new Koa(); export const handler = serverlessAdapter(app); ```