Add description and links relating to Netlify Functions in DevOps roadmap (#6108)
* Update netlify@hCKODV2b_l2uPit0YeP1M.md Add description and links relating to Netlify Functions * Update src/data/roadmaps/devops/content/netlify@hCKODV2b_l2uPit0YeP1M.md added more to the copy. * Update src/data/roadmaps/devops/content/netlify@hCKODV2b_l2uPit0YeP1M.md changed tag from article to official --------- Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>pull/6114/head
parent
7ac388e51c
commit
e04712aa2d
1 changed files with 8 additions and 1 deletions
@ -1 +1,8 @@ |
||||
# Netlify |
||||
# Netlify |
||||
|
||||
Netlify Functions are serverless functions that allow developers to run server-side code in a JAMstack environment without managing servers. They are built on AWS Lambda and automatically deploy alongside your Netlify site. These functions can handle tasks like API requests, form submissions, and database operations, enabling dynamic functionality in static sites. They support various languages including JavaScript, TypeScript, and Go. Netlify Functions integrate seamlessly with Netlify's deployment pipeline, offering easy development, testing, and production deployment. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Official Documentation](https://docs.netlify.com/platform/primitives/#functions) |
||||
- [@article@Introducing Netlify Functions 2.0](https://www.netlify.com/blog/introducing-netlify-functions-2-0/) |
||||
|
Loading…
Reference in new issue