diff --git a/src/data/roadmaps/devops/content/netlify@hCKODV2b_l2uPit0YeP1M.md b/src/data/roadmaps/devops/content/netlify@hCKODV2b_l2uPit0YeP1M.md index a8449ffd4..ef7d28fc9 100644 --- a/src/data/roadmaps/devops/content/netlify@hCKODV2b_l2uPit0YeP1M.md +++ b/src/data/roadmaps/devops/content/netlify@hCKODV2b_l2uPit0YeP1M.md @@ -1 +1,8 @@ -# Netlify \ No newline at end of file +# 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/)