This is a minimal repo with basic serverless hello-world example to demonstrate a memory leak in the local serverless stack.
$ docker-compose up -dIt'll start the container along with prometheus to collect & plot the memory usage graph.
Or, the memory can also be monitored using docker stats.
$ npm startIt'll start the serverless-offline server on port 5000.