An open API service indexing awesome lists of open source software.

https://github.com/offirmo/hello-world-netlify-functions--netlify-lambda

Testing Netlify's functions https://www.netlify.com/docs/functions/
https://github.com/offirmo/hello-world-netlify-functions--netlify-lambda

Last synced: 5 months ago
JSON representation

Testing Netlify's functions https://www.netlify.com/docs/functions/

Awesome Lists containing this project

README

          

# hello-world-netlify-functions

Testing Netlify's functions https://www.netlify.com/docs/functions/ in the simplest way,
no transpilation.

Site live at: https://hello-world-netlify-functions.netlify.com/

Local: `yarn start`

See also
* other hello world https://github.com/Offirmo/hello-world-netlify-site
* build tool https://github.com/netlify/netlify-lambda
* https://github.com/netlify/open-api/
* TOML reference https://www.netlify.com/docs/netlify-toml-reference/
* more advanced examples
* https://github.com/netlify/netlify-functions-example/tree/master/src/lambda
* https://www.netlify.com/blog/2018/03/19/create-your-own-url-shortener-with-netlifys-forms-and-functions/
* https://www.netlify.com/blog/2018/07/09/building-serverless-crud-apps-with-netlify-functions--faunadb/
* https://www.netlify.com/blog/2018/03/29/jamstack-architecture-on-netlify-how-identity-and-functions-work-together/

Notes:
* AWS supports node up to ~8.10 only ! (see https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html)
* Callback API: https://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-handler.html#nodejs-prog-model-handler-callback