See real world Serverless code and architecture examples. Search all examples below.
platform
language
This example demonstrates how to setup a simple HTTP GET endpoint using Java. Once you ping it, it will reply with the current time.
This example demonstrates how to setup your own Alexa skill using AWS Lambdas.
Authorize your API Gateway with either Auth0 or Cognito JWKS RS256 tokens.
This is an example of how to protect API endpoints with Auth0, JSON Web Tokens (jwt) and a custom authorizer lambda function.
This examples shows your how to create a backup of your DynamoDB table to S3.
This example demonstrates how to store secrets like API keys encrypted in your repository while providing them as environment variables to your AWS Lambda functions.
This example demonstrates how to use environment variables for AWS Lambdas.
This example display how to fetch an image from remote source (URL) and then upload this image to a S3 bucket.
This example demonstrates how to compile your JavaScript code with Babel. In order to do so the 'serverless-babel-plugin' is leveraged.
This service will listen to github webhooks fired by a given repository.
A single-module GraphQL endpoint with query and mutation functionality.
This example demonstrates how to setup a AWS IoT Rule to send events to a Lambda function.
This is an example of a function that will recursively call itself.
This example shows how to analyze an image in an S3 bucket with Amazon Rekognition and return a list of labels.