Setup a REST API w/ DynamoDB using .NET 10
AWS FFmepg Layer & a service using it to create GIFs
This example shows you how to setup auth in front of a AWS Lambda function
Serverless example using golang to hit google map api
Boilerplate code for Golang with GET and POST example
Boilerplate code for Golang CRUD Operations
Boilerplate code for Golang with S3 object create event and replicator example
This example demonstrates how to setup a simple HTTP endpoint in Go.
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 you can run multiple runtimes in AWS Lambda.
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 example shows you how to setup a dynamic image resizer API
This example shows you how to consume a DynamoDB Stream, transform records, and archive them to S3.
This example demonstrates how to bundle TypeScript handlers as ES modules (.mjs) with the built-in esbuild support, without adding a package.json to the deployment artifact.
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 template demonstrates how to develop and deploy a simple Node Express API running on AWS Lambda using the Serverless Framework.
This template demonstrates how to develop and deploy a simple Node Express API service backed by DynamoDB running on AWS Lambda using the Serverless Framework.
This example display how to fetch an image from remote source (URL) and then upload this image to a S3 bucket.
The idea is to validate that all Pull Requests are related to a specific trello card.
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.
Run an MCP server built with the official MCP TypeScript SDK on AWS Lambda, with streaming responses through API Gateway REST response streaming.
Run an MCP server built with the official MCP TypeScript SDK on a Lambda Function URL with response streaming - no API Gateway.
Run an MCP server on AWS Lambda with the official MCP Hono integration and Hono's aws-lambda adapter - no hand-written Lambda glue at all.
Run an MCP server as a plain Express app on AWS Lambda with Lambda Web Adapter - zip deployment, streaming through API Gateway REST.
Deploy an MCP server built with the official MCP TypeScript SDK to AWS Lambda with the Serverless Framework - one module, one line of configuration.
Shows how to connect AWS Lambda to MongoDB Atlas.
This example shows you how to run Puppeteer on AWS Lambda
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.
This example demonstrate how to use MongoDB with AWS and Serverless.
This template demonstrates how to make a simple REST API with Node.js and Typescript running on AWS Lambda and API Gateway using the Serverless Framework v1.
This is simple REST API example for AWS Lambda By Serverless framwork with TypeScript and MongoDB Atlas.
This example demonstrates how to run a service locally, using the 'serverless-offline' plugin. It provides a REST API to manage Todos stored in DynamoDB.
This example demonstrates how to setup a RESTful Web Service allowing you to create, list, get, update and delete Todos. DynamoDB is used to store the data.
This template demonstrates how to make a simple REST API with Node.js running on AWS Lambda and API Gateway using the traditional Serverless Framework.
This template demonstrates how to make a simple HTTP API with Node.js running on AWS Lambda and API Gateway using the Serverless Framework.
This example demonstrates how to setup an HTTP API allowing you to create, list, get, update and delete Todos. DynamoDB is used to store the data.
This example demonstrates how to run a service locally, using the 'serverless-offline' plugin. It provides an HTTP API to manage Todos stored in DynamoDB.
This example demonstrate how to use MongoDB with AWS and Serverless.
This template demonstrates how to make a simple HTTP API with Node.js and Typescript running on AWS Lambda and API Gateway using the Serverless Framework v1.
This example shows your how to create a TypeScript powered HTTP API with DynamoDB.
This example creates 2 AWS S3 buckets and copies files in one bucket to the other
This is an example of creating a function that runs as a cron job using the serverless ''schedule'' event.
Run Lambda function and layer code directly from the deployment bucket with self-managed code storage
This example illustrates how to hookup an API Gateway endpoint to a Lambda function to render HTML on a GET request.
A serverless gong with GitHub and Slack webhooks
This example shows how to process receiving emails, and have S3 trigger a lambda function.
This example shows how to process receiving email header, and trigger a lambda function.
A sample of implementing shared API gateway with multiple Node Lambdas
The approach implemented in this service is useful when you want to use Amazon API Gateway and you want to solve the 10MB payload limit
This example demonstrates how to setup a simple HTTP GET endpoint. Once you ping it, it will reply with the current time.
This example demonstrates how to setup a lambda function to transcribe your audio file (.wav format) into a text transcription. The lambda will be triggered whenever a new audio file is uploaded to S3 and the transcription (JSON format) will be saved to a S3 bucket.
This example demonstrates how to setup a Single Page Application.
This template demonstrates how to develop and deploy a simple SQS-based producer-consumer service running on AWS Lambda using the traditional Serverless Framework.
This example for Stripe integration using AWS Lambda and API Gateway.
This is a simple echo bot on Telegram.
This example demonstrates how to setup a simple data processing pipeline.
This example demonstrates how to send SMS messages with the Twilio SDK and AWS lambda.
This example provides a setup for a Lambda Graphql API with apollo
Produce and Consume data on a Kinesis Data Stream with Typescript.
This example demonstrates how to setup a simple Nest application.
This example shows your how to create a TypeScript powered REST API with DynamoDB.
This example demonstrates how to setup a SQS with Typescript.
This example shows how to upload a file to S3 using a HTML form, and have S3 trigger a lambda function.
The example shows you how to deploy simple websocket authorizers
This template demonstrates how to deploy a simple NodeJS function running on AWS Lambda using the Serverless Framework.
This example demonstrates how to setup your own Alexa skill using AWS Lambdas.
This is an example of how to protect API endpoints with Auth0, JSON Web Tokens (jwt) and a custom authorizer lambda function in Python 3.
This template demonstrates how to develop and deploy a simple Python Flask API running on AWS Lambda using the Serverless Framework.
This template demonstrates how to develop and deploy a simple Python Flask API service backed by DynamoDB running on AWS Lambda using the Serverless Framework.
This is a simple echo bot on LINE bot.
This example demonstrates how to setup a RESTful Web Service allowing you to create, list, get, update and delete Assets. DynamoDB is used to store the data.
This example demonstrates how to setup a RESTful Web Service allowing you to create, list, get, update and delete Todos. DynamoDB is used to store the data.
AWS Python Rest API with Pymongo Example
This example demonstrates how to setup a RESTful Web Service allowing you to create, list, get, update and delete Todos. DynamoDB is used to store the data.
This template demonstrates how to make a simple REST API with Python running on AWS Lambda and API Gateway using the traditional Serverless Framework.
This template demonstrates how to make a simple HTTP API with Python running on AWS Lambda and API Gateway using the Serverless Framework.
This example demonstrates how to setup an HTTP API allowing you to create, list, get, update and delete Todos. DynamoDB is used to store the data.
This example demonstrates how to setup an HTTP API allowing you to create, list, get, update and delete Todos. DynamoDB is used to store the data.
This is an example of creating a function that runs as a cron job using the serverless ''schedule'' event.
This example demonstrates how to setup a simple HTTP GET endpoint. Once you ping it, it will reply with the current time.
This template demonstrates how to develop and deploy a simple SQS-based producer-consumer service running on AWS Lambda using the traditional Serverless Framework.
This example demonstrates how to setup an echo Telegram Bot using the Serverless Framework.
This template demonstrates how to deploy a Python function running on AWS Lambda using the Serverless Framework.
This example shows you how to create a LINE bot using Ruby.
This example demonstrates how to setup a simple HTTP GET endpoint. Once you ping it, it will reply with the current time.
This template demonstrates how to develop and deploy a simple Ruby Sinatra API service backed by DynamoDB running on AWS Lambda using the traditional Serverless Framework.
This is an example of creating a function that runs as a cron job using the serverless 'schedule' event. With the usage of the AWS Lambda function, it creates a record to the DynamoDB each and every 30 minutes.
AWS Ruby example that make usage of AWS Step Functions with AWS Lambda, DynamoDB and Step Functions flows.
Ruby example that make usage of AWS Step Functions Express Type with AWS Lambda, DynamoDB, Amazon SES, API Gateway, and Step Functions flows.
Ruby example that make usage of AWS Step Functions with callback pattern, AWS Lambda, DynamoDB, Amazon Comprehend, API Gateway, and Step Functions flows.
A serverless ruby example that creates DynamoDB records with the usage of SQS, API Gateway, and AWS Lambda functions.
This example shows a Serverless boilerplate in Rust.
Deploy-as-is showcase of every sandboxes property: Dockerfile build, memory, hooks, observability, IAM, and tags.
Smallest possible sandboxes configuration, using only the required artifact field and framework defaults.
Self-hosted AWS Lambda MicroVM sandbox per Claude Managed Agent session, launched on demand by a webhook.
Minimal LangGraph JS agent built automatically from source with no Dockerfile, deployed to AWS Bedrock AgentCore.
Minimal LangGraph JS agent deployed to AWS Bedrock AgentCore via a custom Dockerfile build.
LangGraph JS agent using the AWS-managed AgentCore Browser tool for web navigation and screenshots.
LangGraph JS agent using a custom AgentCore Browser resource with session recording to S3.
LangGraph JS agent using the AWS-managed AgentCore Code Interpreter for sandboxed code execution.
LangGraph JS agent using a custom AgentCore Code Interpreter with PUBLIC network access.
LangGraph JS agent combining Gateway tools, a direct MCP connection, browser, code interpreter, and memory in one deployment.
LangGraph JS agent exposing Lambda-backed tools through an AgentCore Gateway over MCP.
LangGraph JS agent using AgentCore Memory to persist and recall conversation history.
LangGraph JS agents using separate public and private AgentCore Gateways with different authorization levels.
LangGraph JS agent streaming LLM tokens in real time over SSE via BedrockAgentCoreApp.
Standalone JavaScript MCP server deployed to AWS Bedrock AgentCore Runtime, consumable by any MCP client.
MCP server whose tools are plain Lambda functions - no MCP SDK in your code - using Bedrock AgentCore Gateway.
Strands Agents JavaScript agent using AgentCore Browser tools for web automation.
Minimal LangGraph agent deployed to AWS Bedrock AgentCore using code (zip) deployment.
Minimal LangGraph agent deployed to AWS Bedrock AgentCore using Docker/container deployment.
LangGraph agent using AgentCore Browser via LangChain's browser toolkit for web automation.
LangGraph agent using a custom AgentCore Browser resource with session recording to S3.
LangGraph agent using the AWS-managed AgentCore Code Interpreter (SANDBOX mode) for Python execution.
LangGraph agent using a custom AgentCore Code Interpreter with PUBLIC network mode.
LangGraph agent exposing custom Lambda function tools via an auto-created AgentCore Gateway.
LangGraph agent using AgentCore Memory as a tool for recalling and saving conversation history.
LangGraph agent using multiple AgentCore Gateways with different authorization types and tool subsets.
Strands Agents agent using AgentCore Browser for web automation and research tasks.
This template shows how to compose multiple services using different frameworks, in a single project
Protect an MCP server with an Amazon Cognito user pool validated by API Gateway - zero token-verification code, a self-contained pool and app client, machine-to-machine tokens, with the Serverless Framework.
Reject unauthorized MCP traffic at API Gateway before the Lambda runs, using your own Lambda authorizer with Auth0 as the identity provider, with the Serverless Framework.
Verify OAuth 2.1 bearer tokens inside your MCP server module with the MCP SDK's requireBearerAuth gate - spec-shaped 401 challenges, scope-aware 403s, and the caller's identity in your tools, with the Serverless Framework.