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

I think we need to have a spring boot template since lot of java developers are interested on this

help wanted

Hello, my friends and I are very interested in learning the serverless framework as a possible tool to use for our Nestjs projects. Is there an easy way to update...

The example of how to use a shared AWS API gateway across multiple Lambda functions should be updated to illustrate using an APIv2 Gateway / HTTP API as well as...

## Background Within the Serverless Framework website, we have community courses. ## Expected behavior When I go to https://www.serverless.com/courses/ for Community Courses, the user should see all examples with: -...

Not sure whether is the proper repo for reporting issues with the Serverless Framework main website, so, please move it to the appropriate place :) Thanks in advance. ## Background...

Please LMK if I've made a basic mistake, or if more info is needed. ### Steps to reproduce: ```` Computer:aws-node-rest-api-with-dynamodb-and-offline paul$ export SLS_DEBUG=* Computer:aws-node-rest-api-with-dynamodb-and-offline paul$ serverless offline start Serverless: Load...

I deployed a flask app to lambda that includes a function that unzip a small file (124ko), but nothing works as expected. The unzipping clearly fail and I can't find...

IMHO, these examples should live in separate repositories, like that we can fix issues and/or add features related to a single example and report bugs to a specific example, now...

The nuxtjs example, when you run `npm run dev` it's failing because `EMFILE: too many open files, watch` - it's monitoring the whole home directory. I've tried to add into...

Hi, I've literally just copy pasted your code from [`aws-node-rest-api-with-dynamodb`](https://github.com/serverless/examples/blob/master/aws-node-rest-api-with-dynamodb/todos/list.js)... however as soon as I do a request, I get: ```  { "message": "Internal Server Error" } ``` And no...