Dismiss
  • Toggle Theme
  • View as Mobile

Workshop: Building a Serverless App with Netlify Functions

Event Details

Workshop Repo

Netlify Functions offer a workflow for building and deploying serverless functions with AWS Lambda.

Building with serverless functions requires some thinking about how to approach the design and development of your applications, and an understanding of the tooling available.

This workshop will teach you how to get started with serverless functions, and how to use Netlify Functions. You'll gain an understanding of some of the underlying principles of serverless architectures as we build our own serverless application.

We'll explore:

  • Writing and deploying your first serverless function
  • Using serverless functions to render dynamic content
  • Environment variables
  • Working with dependencies
  • Netlify addons
  • Authentication and authorisation
  • Testing serverless functions
  • + more!

Prerequisites:

  1. A good grasp on JavaScript fundamentals.
  2. Familiarity with package managers npm or yarn
  3. A laptop with the following

What to bring:

  1. A laptop and power adapter
  2. A text editor like VS Code
  3. A terminal