Serverless AWS Lambda Examples
serverless aws lamba examples
Read this on the main serverless docs site
Serverless AWS Lambda Examples
Have an example? Submit a PR or open an issue. ⚡️
| Example | Runtime |
|---|---|
| Aws Auth0 Api Gateway Demonstration of protecting API gateway endpoints with auth0 |
nodeJS |
| Env Variables Encrypted In A File Serverless example managing secrets in an encrypted file |
nodeJS |
| Serverless Node Env Variables This example demonstrates how to use environment variables for AWS Lambdas. |
nodeJS |
| Fetch File And Store In S3 Fetch an image from remote source (URL) and then upload the image to a S3 bucket. |
nodeJS |
| Function Compiled With Babel Demonstrating how to compile all your code with Babel |
nodeJS |
| Serverless Rest With Dynamodb Serverless CRUD service exposing a REST HTTP interface |
nodeJS |
| Serverless Aws Cron Job Example Example of creating a function that runs as a cron job using the serverless schedule event |
nodeJS |
| Aws Node Serve Dynamic Html Via Http Endpoint Hookup an AWS API Gateway endpoint to a Lambda function to render HTML on a GET request |
nodeJS |
| Aws Node Serve Dynamic Html Via Http Endpoint Example demonstrates how to setup a simple HTTP GET endpoint |
nodeJS |
| Single Page App Via Cloudfront Demonstrating how to deploy a Single Page Application with Serverless |
nodeJS |
| Serverless Single Page App Plugin A plugin to simplify deploying Single Page Application using S3 and CloudFront |
nodeJS |
| Serverless Data Pipeline Example demonstrates how to setup a simple data processing pipeline |
nodeJS |
| Aws Python Simple Http Endpoint Example demonstrates how to setup a simple HTTP GET endpoint with python |
python |