Back to Trpc

serverless-offline + AWS Api Gateway Lambda

examples/lambda-api-gateway/README.md

11.16.0454 B
Original Source

serverless-offline + AWS Api Gateway Lambda

For running locally, this project uses serverless to run a mocked API gateway locally, which is invoked through start-server. Start the server with yarn start-server

Run the client with yarn start-client

Run locally with serverless & serverless-offline

$ yarn install $ yarn build $ yarn start-server $ yarn start-client

REST API & HTTP API

Run the client with yarn start-client