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/
- Host: GitHub
- URL: https://github.com/offirmo/hello-world-netlify-functions--netlify-lambda
- Owner: Offirmo
- Created: 2018-08-23T00:25:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T04:56:46.000Z (over 7 years ago)
- Last Synced: 2025-10-07T20:46:58.794Z (10 months ago)
- Language: HTML
- Homepage: https://hello-world-netlify-functions.netlify.com/
- Size: 539 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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