Field Guide
Focus on operationalizing your core business instead of managing infrastructure.
Serverless architectures allow you to focus more on code that is valuable to your business.
From the basics with Netlify to advanced integrations with AWS lambda there's a range of compute options on the table.
Write a single function that accepts two arguments and Netlify takes care of the rest.
Custom runtimes, authorization approaches, integration with other AWS services, and more.
The serverless paradigm goes even deeper by running functions at the edge and running containers without complex orchestration tooling.
When Databases are designed with serverless compute options in mind, they can handle the unique scaling demands.
Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale.
Aurora Serverless is an on-demand, autoscaling database configuration with MySQL and PostgreSQL.
A GraphQL layer in front of a SQL database that can be accessed from serverless functions
Learn more...Fully managed GraphQL API that directly integrates with serverless storage like DynamoDB.
Learn more...Deploy lambdas to handle specific resources in your Rest API or respond to webhooks from other services.
Learn more...Focus on what matters
Choose the right vendors to integrate with for authentication, billing, and more so you can focus on what makes you different.
Netlify Identity is an integrated authorization solution for Netlify that allows users to sign up, log in, and also provides the verified user object inside of Netlify Functions.
When building Jamstack sites we don't run a server, so to use any dynamic logic we can take advantage of serverless functions. In our case we'll deploy on Netlify and that means we'll go with golang for our functions.
Take a guided tour through your first Jamstack and serverless product using Netlify Functions.
My newsletter is where you'll find exclusive content from me. I write about technology, startups, and why you shouldn't call yourself a junior engineer