Serverless Examples

A collection of example serverless apps built with SST. The source for these examples are available on GitHub.

APIs

Web Apps

  • React.js

    Full-stack React app with a serverless API.

  • Next.js

    Full-stack Next.js app with DynamoDB.

  • Vue.js

    Full-stack Vue.js app with a serverless API.

  • Svelte

    Full-stack SvelteKit app with a serverless API.

  • Gatsby

    Full-stack Gatsby app with a serverless API.

  • Angular

    Full-stack Angular app with a serverless API.

Mobile Apps

  • Expo

    Native app with Expo and a serverless API.

  • Flutter

    Native app with Flutter and a serverless API.

GraphQL

  • Apollo

    Building a serverless GraphQL API with Apollo.

  • AppSync

    Building a serverless GraphQL API with AppSync.

Databases

Authentication

Using SST Auth

  • Facebook Auth

    Adding Facebook auth to a full-stack serverless app.

  • Google Auth

    Adding Google auth to a full-stack serverless app.

Using Cognito Identity Pools

  • Cognito IAM

    Authenticating with Cognito User Pool and Identity Pool.

  • Facebook Auth

    Authenticating a serverless API with Facebook.

  • Twitter Auth

    Authenticating a serverless API with Twitter.

  • Auth0 IAM

    Authenticating a serverless API with Auth0.

Using Cognito User Pools

  • Cognito JWT

    Adding JWT authentication with Cognito.

  • Auth0 JWT

    Adding JWT authentication with Auth0.

  • Google Auth

    Authenticating a full-stack serverless app with Google.

  • GitHub Auth

    Authenticating a full-stack serverless app with GitHub.

  • Facebook Auth

    Authenticating a full-stack serverless app with Facebook.

Async Tasks

Editors

Monitoring

  • Datadog

    Using Datadog to monitor a serverless app.

  • Sentry

    Using Sentry to monitor a serverless app.

  • Thundra

    Using Thundra APM to monitor a serverless app.

  • Lumigo

    Using Lumigo to monitor a serverless app.

Miscellaneous