Hi there! This is a playground repo to test out Netlify’s Lambda Functions. You can see a live demo of the examples at https://functions-playground.netlify.com.
- Netlify Functions Playground source: GitHub
The Nim source code is in the *src/lambda* directory.
To generate the JS code, cd
to that directory and do nim genJS
.
The JS code will be generated in src/lambda/nimcache
.