ApiGateway
Core
Appearance
Composable to access the Handler Event
import { use, useEvent } from '@serverless-use/apigw' export const handler = use(async () => { const { event } = useEvent() return { event, } })