examples icon indicating copy to clipboard operation
examples copied to clipboard

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.

Results 133 examples issues
Sort by recently updated
recently updated
newest added

Currently, in the TS project example the code is untyped. I would like to know the correct types for the parameters. The project can be found [here](https://github.com/serverless/examples/blob/master/google-node-typescript-http-endpoint/src/App.ts). ```typescript 'use strict';...

I'm trying to look into creating a lightweight example Serverless framework app with RDS & Aurora, with basic CRUD functionality. Does anyone know of any examples of this?

I am trying to cache the IAM policy returned by the authorizer lambda when it validates the JWT token for the first time. I have enabled and set the `authorizerResultTtlInSeconds`...

This is a copy of `aws-java-simple-http-endpoint` example but migrated to Kotlin and latest Gradle version.

I tried to run the following example (https://github.com/serverless/examples/tree/master/aws-golang-http-get-post), but hit a few roadblocks on the way and could not get it to work: # 1. "dep" command not found to...

Hi, So I was trying to build a slack app and deploy it to aws. I built the app and it works fine but when I try and create other...

### What's included - Typescript - Eslint - Jest - Middy - Simple hello service and handler

Hi, if would be great to have an official example for a [Self-managed Apache Kafka](https://www.serverless.com/framework/docs/providers/aws/events/kafka/) integration, since the documentation is very limited. Thanks :)

Hi all, Currently I am using serverless for deploying my code into AWS Lambda function to stop the AWS code deploy latest deployments. So I am using AWS node SDK...

This link is creating wrong RESTfull api instead of simple HTTP https://github.com/serverless/examples/tree/master/aws-python-simple-http-endpoint