adds code


Tutorial to develop Node.js serverless functions to be deployed on Digital Ocean's Functions Platform. DO Functions are serverless units of code that can be deployed and developed independently of each other. Each Function is a single HTTP endpoint, and a normal application will have many functions. I didn't want the video to get too long so I didn't show some more advanced concepts such as input args with validation using JSON Schema and how to throw errors that control the response codes. Guides for these concepts can be found in the docs on https://mrbrianevans.github.io/do-functions/. If you have any further questions, leave a comment on the video or if you encounter any problems with the do-functions package, open an issue on the GitHub repository linked below. Official Digital Ocean Functions docs: https://docs.digitalocean.com/products/functions/ do-functions NPM package: https://www.npmjs.com/package/do-functions do-functions GitHub: https://github.com/mrbrianevans/do-functions Example project using Digital Ocean Functions: https://github.com/mrbrianevans/find-directors
Previous Post Next Post