Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 365 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 365 Bytes

Docker Serverless Offline

Run Serverless functions without provider dependency.

Build

docker compose build

Serve

docker compose up -d serverless-offline

Call

curl http://localhost:3000/dev/hello

VSCode debug

docker compose up -d serverless-offline-debug

Press F5 and call the functions.