{"id":13452118,"url":"https://github.com/serverless/examples","last_synced_at":"2025-04-23T20:43:58.306Z","repository":{"id":37445066,"uuid":"73526083","full_name":"serverless/examples","owner":"serverless","description":"Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.","archived":false,"fork":false,"pushed_at":"2024-09-18T17:37:14.000Z","size":16782,"stargazers_count":11434,"open_issues_count":185,"forks_count":4472,"subscribers_count":263,"default_branch":"v4","last_synced_at":"2024-10-29T15:10:24.011Z","etag":null,"topics":["examples","serverless","serverless-framework"],"latest_commit_sha":null,"homepage":"https://www.serverless.com/examples/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serverless.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-12T02:14:55.000Z","updated_at":"2024-10-23T06:36:21.000Z","dependencies_parsed_at":"2024-11-18T15:31:46.002Z","dependency_job_id":null,"html_url":"https://github.com/serverless/examples","commit_stats":{"total_commits":962,"total_committers":250,"mean_commits":3.848,"dds":0.8908523908523909,"last_synced_commit":"11ca3bd4bf13af6b48bb715608357d1f3b01caaf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless%2Fexamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless%2Fexamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless%2Fexamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless%2Fexamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serverless","download_url":"https://codeload.github.com/serverless/examples/tar.gz/refs/heads/v4","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250513380,"owners_count":21443200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["examples","serverless","serverless-framework"],"created_at":"2024-07-31T07:01:13.581Z","updated_at":"2025-04-23T20:43:58.285Z","avatar_url":"https://github.com/serverless.png","language":"JavaScript","readme":"\u003cbr/\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca aria-label=\"Serverless.com\" href=\"https://serverless.com\"\u003eWebsite\u003c/a\u003e\n  \u0026nbsp;•\u0026nbsp;\n  \u003ca aria-label=\"Serverless Framework Documentation\" href=\"https://serverless.com/framework/docs/\"\u003eDocumentation\u003c/a\u003e\n  \u0026nbsp;•\u0026nbsp;\n  \u003ca aria-label=\"Serverless Inc Twitter\" href=\"https://twitter.com/goserverless\"\u003eX / Twitter\u003c/a\u003e\n  \u0026nbsp;•\u0026nbsp;\n  \u003ca aria-label=\"Serverless Framework Community Slack\" href=\"https://join.slack.com/t/serverless-contrib/shared_invite/zt-2jpqamlep-SRbvbcFGDXmpEXErcL4WWQ\"\u003eCommunity Slack\u003c/a\u003e\n  \u0026nbsp;•\u0026nbsp;\n  \u003ca aria-label=\"Serverless Framework Community Forum\" href=\"https://forum.serverless.com\"\u003eForum\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n![examples-hero](https://github.com/user-attachments/assets/83d9a859-a801-4abd-b812-c4498bb032c3)\n\n# Serverless Examples\n\nA collection of ready-to-deploy [Serverless Framework](https://github.com/serverless/serverless) services.\n\n## Table of Contents\n\n\u003c!-- AUTO-GENERATED-CONTENT:START (TOC:collapse=true\u0026collapseText=Click to expand)\n  generated w/ `npm run docs`\n--\u003e\n\u003cdetails\u003e\n\u003csummary\u003eClick to expand\u003c/summary\u003e\n\n- [Getting Started](#getting-started)\n- [Examples](#examples)\n- [Community Examples](#community-examples)\n- [Contributing](#contributing)\n  - [Adding example code](#adding-example-code)\n  - [Adding a community example](#adding-a-community-example)\n\n\u003c/details\u003e\n\u003c!-- AUTO-GENERATED-CONTENT:END --\u003e\n\n## Getting Started\n\nIf you are new to serverless, we recommend getting started with by creating an HTTP API Endpoint in [NodeJS](https://github.com/serverless/examples/tree/master/aws-node-simple-http-endpoint), [Python](https://github.com/serverless/examples/tree/master/aws-python-simple-http-endpoint), [Java](https://github.com/serverless/examples/tree/master/aws-java-simple-http-endpoint), or [Golang](https://github.com/serverless/examples/tree/master/aws-golang-simple-http-endpoint).\n\n## Examples\n\nEach example contains a `README.md` with an explanation about the service and it's use cases.\n\n**Have an example?** Submit a PR or [open an issue](https://github.com/serverless/examples/issues). ⚡️\n\nTo install any of these you can run:\n\n```bash\nserverless install -u https://github.com/serverless/examples/tree/master/folder-name -n my-project\n```\n\n\u003c!-- AUTO-GENERATED-CONTENT:START (SERVERLESS_EXAMPLE_TABLE) t generated w/ `npm run docs` --\u003e\n\n| Example                                                                                                                                                                                                                                                                                                                                                                                                                              | Runtime |\n| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------ |\n| [Dot Net REST API with DynamoDB](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Setup a REST API w/ DynamoDB using Dot Net Core 2.1                                                                                                                                                                                                                                                                                      | unknown |\n| [AWS FFmepg Layer](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e AWS FFmepg Layer \u0026 a service using it to create GIFs                                                                                                                                                                                                                                                                                                   | unknown |\n| [AWS Golang Auth](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example shows you how to setup auth in front of a AWS Lambda function                                                                                                                                                                                                                                                                              | unknown |\n| [DynamoDB Stream To Elasticsearch](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Stream data from DynamoDB to Elasticsearch                                                                                                                                                                                                                                                                                             | unknown |\n| [Google map api](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless example using golang to hit google map api                                                                                                                                                                                                                                                                                                    | unknown |\n| [HTTP GET and POST](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Boilerplate code for Golang with GET and POST example                                                                                                                                                                                                                                                                                                 | unknown |\n| [Aws golang rest api with dynamodb](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Boilerplate code for Golang CRUD Operations                                                                                                                                                                                                                                                                                           | unknown |\n| [AWS S3 Bucket Replicator in Golang](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Boilerplate code for Golang with S3 object create event and replicator example                                                                                                                                                                                                                                                       | unknown |\n| [TODO](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a simple HTTP endpoint in Go.                                                                                                                                                                                                                                                                                               | unknown |\n| [TODO](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to stream kinesis information into elasticsearch in a golang runtime                                                                                                                                                                                                                                                                 | unknown |\n| [AWS Simple HTTP Endpoint example in Java](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a simple HTTP GET endpoint using Java. Once you ping it, it will reply with the current time.                                                                                                                                                                                           | unknown |\n| [TODO](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how you can run multiple runtimes in AWS Lambda.                                                                                                                                                                                                                                                                                         | unknown |\n| [AWS Serverless Alexa Skill example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup your own Alexa skill using AWS Lambdas.                                                                                                                                                                                                                                             | unknown |\n| [API Gateway Authorizer Function for Auth0 or AWS Cognito using RS256 JSON Web Key Sets tokens.](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Authorize your API Gateway with either Auth0 or Cognito JWKS RS256 tokens.                                                                                                                                                                                               | unknown |\n| [AWS API Gateway Custom Authorizer Function with Auth0 example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This is an example of how to protect API endpoints with Auth0, JSON Web Tokens (jwt) and a custom authorizer lambda function.                                                                                                                                                                   | unknown |\n| [Dynamic Image Resizing API](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example shows you how to setup a dynamic image resizer API                                                                                                                                                                                                                                                                              | unknown |\n| [TODO](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This examples shows your how to create a backup of your DynamoDB table to S3.                                                                                                                                                                                                                                                                                      | unknown |\n| [AWS Storing Encrypted Secrets example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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.                                                                                                                                                   | unknown |\n| [AWS Serverless Environment Variables Usage example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to use environment variables for AWS Lambdas.                                                                                                                                                                                                                                | unknown |\n| [Node Express API on AWS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This template demonstrates how to develop and deploy a simple Node Express API running on AWS Lambda using the Serverless Framework.                                                                                                                                                                                                            | unknown |\n| [Node Express API service backed by DynamoDB on AWS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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.                                                                                                                                                      | unknown |\n| [AWS Fetch image from URL and upload to S3 example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example display how to fetch an image from remote source (URL) and then upload this image to a S3 bucket.                                                                                                                                                                                              | unknown |\n| [Serverless Email Sign Up Form](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to deploy a Fullstack serverless application                                                                                                                                                                                                                                                                | unknown |\n| [AWS Function compiled with Babel example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to compile your JavaScript code with Babel. In order to do so the 'serverless-babel-plugin' is leveraged.                                                                                                                                                                              | unknown |\n| [Serverless Github Check](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e The idea is to validate that all Pull Requests are related to a specific trello card.                                                                                                                                                                                                                                                           | unknown |\n| [AWS Serverless Github Webhook Listener example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This service will listen to github webhooks fired by a given repository.                                                                                                                                                                                                                                       | unknown |\n| [A Simple Serverless GraphQL API for MySQL, Postgres and Aurora](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This is an example project that uses 3 RDS databases to illustrate the differences between using each of them                                                                                                                                                                                            | unknown |\n| [GraphQL query endpoint in NodeJS on AWS with DynamoDB](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A single-module GraphQL endpoint with query and mutation functionality.                                                                                                                                                                                                                                           | unknown |\n| [Node.js AWS Lambda connecting to Heroku Postgres](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Shows how to connect AWS Lambda to Heroku Postgres. Uses an api:release Heroku webhook and the Heroku API to handle automatic Heroku Postgres credential rotation.                                                                                                                                                     | unknown |\n| [AWS Serverless IoT Event example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a AWS IoT Rule to send events to a Lambda function.                                                                                                                                                                                                                                   | unknown |\n| [Node.js AWS Lambda connecting to MongoDB Atlas](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Shows how to connect AWS Lambda to MongoDB Atlas.                                                                                                                                                                                                                                                                        | unknown |\n| [TODO](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Connect to Dropbox's API using AWS Lambda.                                                                                                                                                                                                                                                                                                                         | unknown |\n| [Running Puppeteer on AWS Lambda](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example shows you how to run Puppeteer on AWS Lambda                                                                                                                                                                                                                                                                               | unknown |\n| [AWS Recursive Lambda function Invocation example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This is an example of a function that will recursively call itself.                                                                                                                                                                                                                                          | unknown |\n| [AWS Analyse Image from S3 with Amazon Rekognition example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example shows how to analyze an image in an S3 bucket with Amazon Rekognition and return a list of labels.                                                                                                                                                                                     | unknown |\n| [TODO](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrate how to use MongoDB with AWS and Serverless.                                                                                                                                                                                                                                                                                               | unknown |\n| [AWS Simple HTTP Endpoint example in NodeJS with Typescript](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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.                                                                                                                                                | unknown |\n| [Serverless Nodejs Rest API with TypeScript And MongoDB Atlas](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This is simple REST API example for AWS Lambda By Serverless framwork with TypeScript and MongoDB Atlas.                                                                                                                                                                                                   | unknown |\n| [AWS Serverless REST API with DynamoDB and offline support example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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.                                                                                                                                   | unknown |\n| [AWS Serverless REST API example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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.                                                                                                                                                                  | unknown |\n| [AWS Simple HTTP Endpoint example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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.                                                                                                                                                                      | unknown |\n| [AWS Simple HTTP Endpoint example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This template demonstrates how to make a simple HTTP API with Node.js running on AWS Lambda and API Gateway using the Serverless Framework.                                                                                                                                                                                  | unknown |\n| [AWS S3 File Replicator](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example creates 2 AWS S3 buckets and copies files in one bucket to the other                                                                                                                                                                                                                                                                | unknown |\n| [AWS Node Scheduled Cron example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This is an example of creating a function that runs as a cron job using the serverless ''schedule'' event.                                                                                                                                                                                                                    | unknown |\n| [AWS Node Scheduled Weather example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This is an example of creating a function that runs as a cron job using the serverless 'schedule' event. It retrieves weather information at 10am (UTC) and emails it to a predefined recipient.                                                                                                                           | unknown |\n| [AWS Serving Dynamic HTML via API Gateway example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example illustrates how to hookup an API Gateway endpoint to a Lambda function to render HTML on a GET request.                                                                                                                                                                                         | unknown |\n| [The Serverless Gong](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A serverless gong with GitHub and Slack webhooks                                                                                                                                                                                                                                                                                                    | unknown |\n| [AWS SES receive emails and process body](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example shows how to process receiving emails, and have S3 trigger a lambda function.                                                                                                                                                                                                                                      | unknown |\n| [AWS SES receive an email, trigger a lambda function to process header.](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example shows how to process receiving email header, and trigger a lambda function.                                                                                                                                                                                                         | unknown |\n| [Shared AWS API Gateway with multiple Node Lambdas](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A sample of implementing shared API gateway with multiple Node Lambdas                                                                                                                                                                                                                                                | unknown |\n| [AWS Node Signed Uploads](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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                                                                                                                                                                                                         | unknown |\n| [AWS Simple HTTP Endpoint example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a simple HTTP GET endpoint. Once you ping it, it will reply with the current time.                                                                                                                                                                                                    | unknown |\n| [Simple AWS Transcribe example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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.                                                      | unknown |\n| [AWS Single Page Application example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a Single Page Application.                                                                                                                                                                                                                                                         | unknown |\n| [Node SQS Producer Consumer on AWS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This template demonstrates how to develop and deploy a simple SQS-based producer-consumer service running on AWS Lambda using the traditional Serverless Framework.                                                                                                                                                                   | unknown |\n| [AWS Stripe Integration example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example for Stripe integration using AWS Lambda and API Gateway.                                                                                                                                                                                                                                                          | unknown |\n| [Simple Telegram bot](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This is a simple echo bot on Telegram.                                                                                                                                                                                                                                                                                                              | unknown |\n| [AWS Data Processing example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a simple data processing pipeline.                                                                                                                                                                                                                                                         | unknown |\n| [AWS Send SMS Message with Twilio example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to send SMS messages with the Twilio SDK and AWS lambda.                                                                                                                                                                                                                               | unknown |\n| [Joke Twitter Bot](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Twitter bot that will periodically tweet out a joke obtained from a joke API.                                                                                                                                                                                                                                                                          | unknown |\n| [AWS Apollo Lambda (NodeJS \u0026 Typescript)](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example provides a setup for a Lambda Graphql API with apollo                                                                                                                                                                                                                                                              | unknown |\n| [AWS Kinesis Data Streams Example (NodeJS \u0026 Typescript)](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Produce and Consume data on a Kinesis Data Stream with Typescript.                                                                                                                                                                                                                                               | unknown |\n| [AWS Nest application example (NodeJS \u0026 Typescript)](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a simple [Nest](https://github.com/nestjs/nest) application.                                                                                                                                                                                                                  | unknown |\n| [TODO](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example shows your how to create a TypeScript powered REST API with DynamoDB.                                                                                                                                                                                                                                                                                 | unknown |\n| [AWS SQS Standard Example (NodeJS \u0026 Typescript)](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a SQS with Typescript.                                                                                                                                                                                                                                                            | unknown |\n| [AWS Upload a file to S3 to trigger a Lambda function example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example shows how to upload a file to S3 using a HTML form, and have S3 trigger a lambda function.                                                                                                                                                                                          | unknown |\n| [Serverless side rendering with Vue.js and Nuxt.js](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This project demonstrates how to use Nuxt.js to create a server-side rendered Vue.js app on AWS Lambda and AWS API Gateway.                                                                                                                                                                                           | unknown |\n| [Simple Websocket Authorizers](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e The example shows you how to deploy simple websocket authorizers                                                                                                                                                                                                                                                                           | unknown |\n| [AWS NodeJS Example](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This template demonstrates how to deploy a simple NodeJS function running on AWS Lambda using the Serverless Framework.                                                                                                                                                                                                                              | unknown |\n| [AWS Serverless Alexa Skill example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup your own Alexa skill using AWS Lambdas.                                                                                                                                                                                                                                             | unknown |\n| [AWS API Gateway Custom Authorizer Function with Auth0 example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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.                                                                                                                                                       | unknown |\n| [Python Flask API on AWS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This template demonstrates how to develop and deploy a simple Python Flask API running on AWS Lambda using the Serverless Framework.                                                                                                                                                                                                            | unknown |\n| [Python Flask API backed by DynamoDB on AWS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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.                                                                                                                                                              | unknown |\n| [Simple LINE bot](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This is a simple echo bot on LINE bot.                                                                                                                                                                                                                                                                                                                  | unknown |\n| [AWS Serverless REST API with DynamoDB store and presigned URLs example in Python 3.6.](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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.                                                                                                                     | unknown |\n| [AWS Serverless REST API with DynamoDB store example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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.                                                                                                                                              | unknown |\n| [AWS Serverless REST API with FaunaDB store example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a RESTful Web Service allowing you to create, list, get, update and delete Todos. FaunaDB is used to store the data.                                                                                                                                                | unknown |\n| [AWS Python Rest API with Pymongo](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e AWS Python Rest API with Pymongo Example                                                                                                                                                                                                                                                                                               | unknown |\n| [AWS Serverless REST API with DynamoDB store example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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.                                                                                                                                              | unknown |\n| [AWS Simple HTTP Endpoint example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This template demonstrates how to make a simple REST API with Python running on AWS Lambda and API Gateway using the traditional Serverless Framework.                                                                                                                                                                       | unknown |\n| [AWS Simple HTTP Endpoint example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This template demonstrates how to make a simple HTTP API with Python running on AWS Lambda and API Gateway using the Serverless Framework.                                                                                                                                                                                   | unknown |\n| [AWS Python Scheduled Cron example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This is an example of creating a function that runs as a cron job using the serverless ''schedule'' event.                                                                                                                                                                                                                  | unknown |\n| [AWS Simple HTTP Endpoint example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a simple HTTP GET endpoint. Once you ping it, it will reply with the current time.                                                                                                                                                                                                    | unknown |\n| [Python SQS Producer Consumer on AWS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This template demonstrates how to develop and deploy a simple SQS-based producer-consumer service running on AWS Lambda using the traditional Serverless Framework.                                                                                                                                                                 | unknown |\n| [TODO](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup an echo Telegram Bot using the Serverless Framework.                                                                                                                                                                                                                                                                        | unknown |\n| [AWS Python Example](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This template demonstrates how to deploy a Python function running on AWS Lambda using the Serverless Framework.                                                                                                                                                                                                                                     | unknown |\n| [Ruby LINE bot](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example shows you how to create a LINE bot using Ruby.                                                                                                                                                                                                                                                                                               | unknown |\n| [AWS Simple HTTP Endpoint example in Ruby](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a simple HTTP GET endpoint. Once you ping it, it will reply with the current time.                                                                                                                                                                                                      | unknown |\n| [Ruby Sinatra API backed by DynamoDB on AWS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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.                                                                                                                                                  | unknown |\n| [AWS Ruby scheduled cron example backed by DynamoDB](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 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.                                                                                                   | unknown |\n| [AWS Ruby Step Functions](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e AWS Ruby example that make usage of AWS Step Functions with AWS Lambda, DynamoDB and Step Functions flows.                                                                                                                                                                                                                                      | unknown |\n| [Serverless AWS Ruby SQS with DynamoDB example](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A serverless ruby example that creates DynamoDB records with the usage of SQS, API Gateway, and AWS Lambda functions.                                                                                                                                                                                                     | unknown |\n| [AWS Serverless Boilerplate example in Rust](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example shows a Serverless boilerplate in Rust.                                                                                                                                                                                                                                                                         | unknown |\n| [TODO](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a serverless Line Bot using Node.js.                                                                                                                                                                                                                                                                                        | unknown |\n| [Azure Simple HTTP Endpoint example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e In this example, we deploy an HTTP Node.js Azure Function. This example shows you how to read properties off of a query string or the request body, then set a result back to Azure.                                                                                                                                       | unknown |\n| [TODO](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a serverless Telegram Bot on Azure.                                                                                                                                                                                                                                                                                         | unknown |\n| [Using Azure Service Queue to trigger Azure Function](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to trigger an Azure function when a message arrives in Service Bus Queue                                                                                                                                                                                                              | unknown |\n| [GCF Simple HTTP Endpoint example in golang](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a simple golang HTTP GET endpoint on GCP Cloud Functions. When you ping the endpoint we've set up you'll see the time returned for the given request type.                                                                                                                            | unknown |\n| [GCF Simple HTTP Endpoint example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a simple HTTP GET endpoint.                                                                                                                                                                                                                                                           | unknown |\n| [Typescript HTTP Endpoint](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a simple Typescript HTTP endpoint on GCP.                                                                                                                                                                                                                                                               | unknown |\n| [GCF Simple HTTP Endpoint example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a simple python HTTP GET endpoint on GCP Cloud Functions. When you ping the endpoint we've set up you'll see the time returned for the given request type.                                                                                                                            | unknown |\n| [Kubeless Serverless Simple function example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates a simple function example in Python.                                                                                                                                                                                                                                                    | unknown |\n| [Kubeless Serverless Simple scheduled function example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates a simple sexample in Python for a scheduled function.                                                                                                                                                                                                                         | unknown |\n| [OpenWhisk Serverless Boilerplate example in Go](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example shows a Serverless boilerplate in Go.                                                                                                                                                                                                                                                                       | unknown |\n| [OpenWhisk Serverless Boilerplate using Docker example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example shows a Serverless boilerplate using Docker in NodeJS.                                                                                                                                                                                                                                     | unknown |\n| [OpenWhisk Serverless Chaining Functions example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates chaining functions in NodeJS.                                                                                                                                                                                                                                                       | unknown |\n| [OpenWhisk Serverless Scheduled Cron job example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates scheduleding a cron job in NodeJS.                                                                                                                                                                                                                                                  | unknown |\n| [OpenWhisk Simple HTTP Endpoint example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a simple HTTP GET endpoint.                                                                                                                                                                                                                                                     | unknown |\n| [OpenWhisk Serverless Simple example in NodeJS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates a simple example in NodeJS.                                                                                                                                                                                                                                                                     | unknown |\n| [OpenWhisk Serverless Simple example in PHP](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates a simple example in PHP.                                                                                                                                                                                                                                                                           | unknown |\n| [OpenWhisk Serverless Scheduled Cron job example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates scheduleding a cron job.                                                                                                                                                                                                                                                            | unknown |\n| [OpenWhisk Simple HTTP Endpoint example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a simple HTTP GET endpoint.                                                                                                                                                                                                                                                     | unknown |\n| [OpenWhisk Serverless Simple example in Python](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates a simple example in Python.                                                                                                                                                                                                                                                                     | unknown |\n| [OpenWhisk Serverless Simple example in Ruby](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates a simple example in Ruby.                                                                                                                                                                                                                                                                         | unknown |\n| [OpenWhisk Serverless Boilerplate example in Rust](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example shows a Serverless boilerplate in Rust.                                                                                                                                                                                                                                                                   | unknown |\n| [OpenWhisk Swift example with external libraries and pre compiled binaries](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example shows you how to use external packages and deploy binaries                                                                                                                                                                                                                       | unknown |\n| [OpenWhisk Serverless Scheduled Cron job example in Swift](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates scheduling a cron job.                                                                                                                                                                                                                                                               | unknown |\n| [OpenWhisk Simple HTTP Endpoint example in Swift](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup a simple HTTP GET endpoint.                                                                                                                                                                                                                                                      | unknown |\n| [OpenWhisk Serverless Simple example in Swift](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates a simple example in Swift.                                                                                                                                                                                                                                                                       | unknown |\n| [Twilio Forward a Call](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example projects helps you deploy a serverless function to the Twilio runtime. The function responds the TwiML configuration to forward phone call.                                                                                                                                                                                          | unknown |\n| [Serverless Lambda S3 Demonstration](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This project demonstrates how the Serverless Framework can be used to deploy a NodeJS Lambda function that responds to events in an S3 bucket.                                                                                                                                                                                       | unknown |\n| [Spiderless, Web Spider on Serverless](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A web spider / scraper / website change detector built with Lambda, API Gateway, DynamoDB and SNS                                                                                                                                                                                                                                  | unknown |\n| [AWS Demo Java Spring Cloud Function Serverless](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e If Java is your choice of programming language-Spring Cloud Function,Serverless Framework makes a great technology stack. It boosts developer productivity by decoupling from Vendor specific FaaS API, and deployment activities.                                                                                       | unknown |\n| [Serverless Architecture Boilerplate](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Boilerplate to organize and deploy big projects using Serverless and CloudFormation on AWS                                                                                                                                                                                                                                          | unknown |\n| [JwtAuthorizr](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Custom JWT Authorizer Lambda function for Amazon API Gateway with Bearer JWT                                                                                                                                                                                                                                                                               | unknown |\n| [Slack signup serverless](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless signup to Slack and more. Lambda with Python, StepFunctions, and Web front end. Python boilerplate included.                                                                                                                                                                                                                         | unknown |\n| [Serverless graphql api](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless GraphQL API using Lambda and DynamoDB                                                                                                                                                                                                                                                                                                 | unknown |\n| [Serverless screenshot](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless Screenshot Service using PhantomJS                                                                                                                                                                                                                                                                                                     | unknown |\n| [Serverless postgraphql](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e GraphQL endpoint for PostgreSQL using postgraphql                                                                                                                                                                                                                                                                                                | unknown |\n| [Serverless messenger boilerplate](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless messenger bot boilerplate                                                                                                                                                                                                                                                                                                   | unknown |\n| [Serverless npm registry](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless private npm registry, proxy and cache.                                                                                                                                                                                                                                                                                               | unknown |\n| [Serverless facebook quotebot](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e 100% Serverless Facebook messenger chatbot which will respond with inspiring quotes                                                                                                                                                                                                                                                        | unknown |\n| [Serverless slack trevorbot](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Slack bot for info on where in the world is Trevor Gerhardt?                                                                                                                                                                                                                                                                                 | unknown |\n| [Pfs email serverless](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This is a lambda function created by the serverless framework. It searches through members in our mongodb who have not been sent emails and sends them an email with their custom token to unlock the pledge free stream. It then marks those members off as already receiving the email.                                                          | unknown |\n| [Plaid cashburndown service](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Service for calculating cash burndown with plaid. Frontend code can be found here: https://github.com/cplee/cashburndown-site                                                                                                                                                                                                                | unknown |\n| [Cordis serverless](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A serverless API for EU Cordis data                                                                                                                                                                                                                                                                                                                   | unknown |\n| [Serverless newsletter signup](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Saves user details into DynamoDB table. Required values are email, first_name and last_name.                                                                                                                                                                                                                                               | unknown |\n| [Serverless slack cron](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Lambda function which sends messages to Slack channel in regular intervals via cron trigger.                                                                                                                                                                                                                                                      | unknown |\n| [Sls access counter](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Site visitor counter                                                                                                                                                                                                                                                                                                                                 | unknown |\n| [Sls form mail](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Send SNS email from form data                                                                                                                                                                                                                                                                                                                             | unknown |\n| [Serverless python sample](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A simple serverless python sample with REST API endpoints and dependencies                                                                                                                                                                                                                                                                     | unknown |\n| [Serverless slack emojibot](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless slack bot for emoji                                                                                                                                                                                                                                                                                                                | unknown |\n| [Serverless cloudwatch rds custom metrics](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A NodeJS-based MySQL RDS Data Collection script to push Custom Metrics to Cloudwatch with Serverless                                                                                                                                                                                                                           | unknown |\n| [Sc5 serverless boilerplate](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A boilerplate that contains setup for test-driven development                                                                                                                                                                                                                                                                                | unknown |\n| [Serverless blog to podcast](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Service that reads RSS feed and converts the entries to a podcast feed and audio files using Amazon Polly                                                                                                                                                                                                                                    | unknown |\n| [Offset trump](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Single page app using Serverless (C# runtime) and S3 site hosting. Pledge to do a good thing for the next four years to offset the potential negative effects of the US Presidency                                                                                                                                                                         | unknown |\n| [Serverless url shortener](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A simple url-shortener, using Serverless framework                                                                                                                                                                                                                                                                                             | unknown |\n| [Serverless html pdf](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Service that convert HTML to PDF using PhantomJS's rasterize example.                                                                                                                                                                                                                                                                               | unknown |\n| [Serverless examples cached rds ws](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A serverless framework example project that uses API Gateway, ElastiCache, and RDS PostgreSQL.                                                                                                                                                                                                                                        | unknown |\n| [Bittman](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A serverless project that follows a stock trading algorithm and uses scheduled functions to save data to DynamoDB and send emails through Mailgun.                                                                                                                                                                                                              | unknown |\n| [Adoptable pet bot](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Tweets adoptable pets using Serverless (Node.js) and AWS Lambda                                                                                                                                                                                                                                                                                       | unknown |\n| [Owntracks serverless](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A serverless implementation of the OwnTracks HTTP backend                                                                                                                                                                                                                                                                                          | unknown |\n| [Serverless modern koa](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless modern koa starter kit                                                                                                                                                                                                                                                                                                                 | unknown |\n| [Serverless ReactJS Universal Rendering Boilerplate](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e ReactJS web app Starter kit does universal (isomorphic) rendering with Serverless                                                                                                                                                                                                                                    | unknown |\n| [Open Bot](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e An unoptionated Github bot driven by a configuration file in the repository                                                                                                                                                                                                                                                                                    | unknown |\n| [Aws ses serverless example](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e AWS SES example in NodeJS using lambda                                                                                                                                                                                                                                                                                                       | unknown |\n| [Aws node signed uploads](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Upload files larger than 10MB with AWS Lambda and API Gateway. Can be developed and tested locally.                                                                                                                                                                                                                                             | unknown |\n| [SQS Worker with AWS Lambda and CloudWatch Alarms](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Process messages stored in SQS with an [auto-scaled AWS Lambda worker](https://sbstjn.com/serverless-sqs-worker-with-aws-lambda.html) function.                                                                                                                                                                        | unknown |\n| [Serverless image manager](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e image upload / download with resizing. Used API gateway's binary support \u0026 serverless                                                                                                                                                                                                                                                          | unknown |\n| [Amazon Kinesis Streams fan out via Kinesis Analytics](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Use Amazon Kinesis Analytics to fan-out your Kinesis Streams and avoid read throttling.                                                                                                                                                                                                                            | unknown |\n| [HoneyLambda](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e a simple, serverless application designed to create and monitor URL {honey}tokens, on top of AWS Lambda and Amazon API Gateway                                                                                                                                                                                                                              | unknown |\n| [Faultline](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Error tracking tool on AWS managed services.                                                                                                                                                                                                                                                                                                                  | unknown |\n| [Stack Overflow Monitor](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Monitor Stack Overflow questions and post them in a Slack channel                                                                                                                                                                                                                                                                                | unknown |\n| [Serverless Analytics](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Write your own Google Analytics clone and track website visitors serverless with API Gateway, Kinesis, Lambda, and DynamoDB.                                                                                                                                                                                                                       | unknown |\n| [Serverless + medium text to speech](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless-based, text-to-speech service for Medium articles                                                                                                                                                                                                                                                                         | unknown |\n| [Serverless + java DynamoDB imlementation example](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e example for java programmers that want to work with AWS-Lambda and DynamoDB                                                                                                                                                                                                                                            | unknown |\n| [AWS Cognito Custom User Pool Example](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Example CloudFormation custom resource backed by a lambda using Cognito User Pools                                                                                                                                                                                                                                                 | unknown |\n| [AWS Lambda, Amazon API Gateway, S3, DynamoDB and Cognito Example](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Step by step guide how to deploy simple web application on top of AWS Lambda, Amazon API Gateway, S3, DynamoDB and Cognito.                                                                                                                                                                            | unknown |\n| [Run your Kubernetes Workloads on Amazon EC2 Spot Instances with Amazon EKS and Lambda Part 1](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e From this tutorial you'll learn how to add AWS EKS Cluster with Spot Instances to your cloud environment managed by Serverless framework                                                                                                                                   | unknown |\n| [Serverless + lambda protobuf responses](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Demo using API Gateway and Lambda with Protocol Buffer                                                                                                                                                                                                                                                                           | unknown |\n| [Serverless Telegram Bot](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to setup an echo Telegram Bot using the Serverless Framework ⚡🤖                                                                                                                                                                                                                                                 | unknown |\n| [Serverless + lambda + vpc + nat + redis](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Demo using API Gateway and Lambda with VPC and NAT to access Internet and AWS Resource                                                                                                                                                                                                                                          | unknown |\n| [Serverless Gitlab CI](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Simple Gitlab CI template for automatic testing and deployments                                                                                                                                                                                                                                                                                    | unknown |\n| [Serverless ffmpeg](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Bucket event driven FFMPEG using serverless. Input bucket =\u003e Serverless ffmpeg =\u003e Output bucket.                                                                                                                                                                                                                                                      | unknown |\n| [Realtime WW2 Alexa Skill](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e An alexa skill project that's using Alexa SDK. Can also be used for a working example of serverless-webpack (with use of async/await via babel).                                                                                                                                                                                               | unknown |\n| [Serverless Kakao Bot](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Easy development for Kakaotalk Bot with Serverless                                                                                                                                                                                                                                                                                                 | unknown |\n| [Personal Access Tokens Cron Check](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Audit for leaked PAT in your Contentful organization. How to use serverless as cronjobs to keep your Personal Access Tokens secure                                                                                                                                                                                                    | unknown |\n| [Daily Instance Backups with AMI Rotation](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A simple Python application which scans through your entire AWS account for tagged instances, makes daily AMIs of them, and rotates their backups automatically                                                                                                                                                                | unknown |\n| [Serverless Instagram Crawler](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Instagram hashtag Crawler with Lambda \u0026 DynamoDB.                                                                                                                                                                                                                                                                                          | unknown |\n| [Serverless Next.js Example](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Next.js example project for development \u0026 deploy.                                                                                                                                                                                                                                                                                            | unknown |\n| [Serving binary files](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Small example showing how to serve binary files using Serverless on AWS with the serverless-apigw-binary plugin, using generated Excel files as an example                                                                                                                                                                                         | unknown |\n| [Lambda PubSub via SNS Example](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Example illustrating the flow: Lambda (publisher) =\u003e SNS =\u003e Lambda (consumer)                                                                                                                                                                                                                                                             | unknown |\n| [Serverless CloudWatch Proxy](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Logging adapter that consumes log streams from AWS CloudWatch, streams them to other log destinations. Also capable of identying alerts and sending notifications via Slack/Email                                                                                                                                                           | unknown |\n| [Serverless side rendering with Vue.js and Nuxt.js](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Sample project for using Nuxt.js to create a server-side rendered Vue.js app on AWS Lambda and AWS API Gateway. Can easily integrate with your own API or 3rd party APIs such as headless CMS, e-commerce or serverless architecture.                                                                                 | unknown |\n| [Aws mfa enforce](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless function to automate enforcement of Multi-Factor Authentication (MFA) to all AWS IAM users with access to AWS Management Console.                                                                                                                                                                                                            | unknown |\n| [Vanity stargazer](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Github vanity-stargazer is a serverless application to handle posting Github new star gazers to Slack                                                                                                                                                                                                                                                  | unknown |\n| [Fotopia Serverless](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A photo archive web app including API, storage and face detection using serverless framework                                                                                                                                                                                                                                                         | unknown |\n| [Commenting API](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A commenting api using Serverless Typescript GraphQl and Redis                                                                                                                                                                                                                                                                                           | unknown |\n| [Serverless node api dynamodb neo4j](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Architecture example to stream DynamoDB data to a read-model using Neo4j                                                                                                                                                                                                                                                             | unknown |\n| [Serverless python rds cron](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A serverless python example that periodically removes entries from AWS RDS                                                                                                                                                                                                                                                                   | unknown |\n| [Nietzsche](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A serverless application that fetches quotes from Goodreads and saves it to DynamoDB with example use cases using `Lambda`, `SNS`, `SQS`, `Step Functions`, `DynamoDB`, `API Gateway`, `CloudWatch`                                                                                                                                                           | unknown |\n| [Serverless DotNet BoilerPlate](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A serverless starter solution for .NET Core, ready for local debugging in VS Code, HTTP Endpoint, etc.                                                                                                                                                                                                                                    | unknown |\n| [Serverless Load Balancer](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A sample that shows how to combine a load balancer with (vpc/subnet configuration) with a lambda.                                                                                                                                                                                                                                              | unknown |\n| [Serverless api typescript template](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A starter template for a Serverless API using Typescript and Jest                                                                                                                                                                                                                                                                    | unknown |\n| [Serverless SNS SQS offline Example ](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Minimal example of running serverless-offline with SQS and SNS in local environment.                                                                                                                                                                                                                                                | unknown |\n| [Serverless RDS Log Sync S3](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Annotated exmaple of a periodic scheduled task to sync changed RDS log files to an S3 bucket.                                                                                                                                                                                                                                                | unknown |\n| [HTTP Headers Checks](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless Application to check integrity of the headers of a given HTTP server                                                                                                                                                                                                                                                                     | unknown |\n| [Serverless Image Labeller](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless image labelling using Rekognition, s3, DynamoDB.                                                                                                                                                                                                                                                                                   | unknown |\n| [Serverless AppSync offline TypeScript with CircleCI](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A Serverless Framework template that allows you to launch an AppSync emulator locally and proceed with development. Lambda Function build by TypeScript/Webpack.                                                                                                                                                    | unknown |\n| [Serverless Screenshot to S3](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e An example serverless stack which takes a screenshot using aws-chrome-lambda and puts it in s3. NodeJS.                                                                                                                                                                                                                                     | unknown |\n| [Express Application With Lambda](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This example demonstrates how to build an express application for AWS Lambda based on serverless framework.                                                                                                                                                                                                                             | unknown |\n| [DropBucket - Serverless file sharing](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A serverless file sharing app powered by Cognito/S3/Lambda/API Gateway. Includes a React single-page app UI and virus scanning.                                                                                                                                                                                                    | unknown |\n| [serverless-pokego](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless-powered API to fetch nearby Pokemon Go data                                                                                                                                                                                                                                                                                                | unknown |\n| [serverless-garden-aid](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e IoT Garden Aid Backend                                                                                                                                                                                                                                                                                                                            | unknown |\n| [serverless-react-boilerplate](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A serverless react boilerplate for offline development                                                                                                                                                                                                                                                                                     | unknown |\n| [serverless-delivery-framework](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This is a boilerplate for version release pipeline with serverless framework                                                                                                                                                                                                                                                              | unknown |\n| [serverless-mailgun-slack](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A Serverless function for posting to a Slack Webhook in response to a Mailgun route                                                                                                                                                                                                                                                            | unknown |\n| [serverless-AWS-Rekognition-finpics](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Use AWS Rekognition to provide a faces search of finpics.com                                                                                                                                                                                                                                                                         | unknown |\n| [jrestless-examples](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e JRestless (Java / JAX-RS) examples for API Gateway Functions (plain JAX-RS), Spring, binary data requests/responses, custom authorizers and Cognito User Pool authorizers), SNS Functions) (asynchronous communication between functions) and Service Functions) (synchronous HTTP-like communication between functions - transparent through Feign) | unknown |\n| [AWS API Gateway Serverless project written in Go](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A serverless project that contains an API Gateway endpoint powered by a Lambda function written in golang and built using [eawsy/aws-lambda-go-shim](https://github.com/eawsy/aws-lambda-go-shim).                                                                                                                     | unknown |\n| [video-preview-and-analysis-service](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e An event-driven service that generates labels using Amazon Rekognition and creates preview GIF animation from a video file.                                                                                                                                                                                                          | unknown |\n| [Serverless ES6/7 CRUD API](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless Stack examples of backend CRUD APIs (DynamoDB + Lambda + API Gateway + Cognito User Pool authorizer) for React.js single-page app                                                                                                                                                                                                  | unknown |\n| [AWS Lambda Power Tuning (powered by Step Functions)](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Build a Step Functions state machine to optimize your AWS Lambda Function memory/power configuration.                                                                                                                                                                                                               | unknown |\n| [React \u0026 Stripe Serverless Ecommerce](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Serverless E-Commerce App with AWS Lambda, Stripe and React                                                                                                                                                                                                                                                                         | unknown |\n| [Run your Kubernetes Workloads on Amazon EC2 Spot Instances with Amazon EKS and Lambda - Part 2](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e From this article you'll learn how to configure AWS Lambda functions to allow them manage your EKS Kubernetes cluster and run triggered jobs                                                                                                                             | unknown |\n| [Serverless Dashboard For Atom Editor](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Atom editor package which allows you to deploy and visualize your serverless services with Serverless Framework on your editor.                                                                                                                                                                                                    | unknown |\n| [Serverless SSH Command](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Example of executing ssh command with OpenWhisk                                                                                                                                                                                                                                                                                                  | unknown |\n| [JSON-Serverless](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A simple \u0026 cheap serverless REST API using [json-server](https://github.com/typicode/json-server) in combination with AWS Lambda / S3 and the serverless framework                                                                                                                                                                                      | unknown |\n| [[Unly] Boilerplates Generator](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A boilerplates generator, meant to help to quick-start Serverless (AWS Lambda/API GW) and OSS projects, using good defaults _(sentry for automated error handling, staging/prod environments, built-in support for env vars, jest support, babel/webpack)_, yet flexible to fit your needs.                                               | unknown |\n| [Demo project for serverless-migrate-plugin](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e An example about how to use migrations in your serverless project with serverless-migrate-plugin                                                                                                                                                                                                                             | unknown |\n| [GoLive](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e Boilerplate to live stream using AWS MediaLive and MediaStore                                                                                                                                                                                                                                                                                                    | unknown |\n| [Idempotent Serverless Functions](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This repository demonstrates how to ensure the idempotence of serverless functions running on AWS Lambda.                                                                                                                                                                                                                               | unknown |\n| [File uploads using S3 presigned URLs](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e A Serverless photo upload service with API Gateway, S3 presigned URLs and Lambda.                                                                                                                                                                                                                                                  | unknown |\n| [Monorepo Typescript microservices](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e An opinionated Serverless template with several Typescript microservices in a monorepo                                                                                                                                                                                                                                                | unknown |\n| [Serverless Python Twitch EventSub to Discord Webhook on AWS](https://github.com/serverless/examples/tree/master/) \u003cbr/\u003e This template takes go-live events from Twitch EventSub, and publishes the events through a Discord webhook                                                                                                                                                                                                 | unknown |\n\n\u003c!-- AUTO-GENERATED-CONTENT:END --\u003e\n\n## Community Examples\n\n[Add an example](https://github.com/serverless/examples/edit/master/community-examples.json)\n\nTo install any of these you can run:\n\n```bash\nserverless install -u https://github.com/author/project -n my-project\n```\n\n## Contributing\n\nWe are happy to accept more examples from the community. 🎉\n\n### Adding example code\n\n1. Make sure your contribution matches the linting setup for this repo:\n\nRun the linting via\n\n```bash\nnpm run lint\n```\n\n2. Add a `package.json` file in your example with the name of the example and a `description` and any `dependencies` used.\n\n3. Regenerate the README.md with the following command\n\n```bash\nnpm run docs\n```\n\n4. Open a new pull request with your example. ⚡️\n\n### Adding a community example\n\nWe love hearing about projects happening in the community. Feel free to add your serverless project to our growing list.\n\n1. Add `link`, `title`, and `description` to the [community-examples.json](https://github.com/serverless/examples/edit/master/community-examples.json) file.\n\n2. Open a new pull request with your example. ⚡️\n","funding_links":[],"categories":["JavaScript","后端开发框架及项目","Serverless","Examples \u0026 Boilerplates"],"sub_categories":["管理面板","React Components"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverless%2Fexamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserverless%2Fexamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverless%2Fexamples/lists"}