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

Would be good to ensure that examples are working as expected after each new release of the framework. It's very easy for examples to go out of date or break...

enhancement

on issue [716 aws-python-flask-api - Internal Server Error](https://github.com/serverless/examples/issues/716)

[aws-python-flask-api example](https://github.com/serverless/examples/tree/v3/aws-python-flask-api) works locally correct but after deploy getting `{"message":"Internal Server Error"}` How to reproduce: ``` npm install pip install -r requirements.txt serverless deploy ``` log: ``` Using default Python...

This is my example, deploy an EC2 instance and copy and run a nodeJS app

example: serverless-rest-api-with-dynamodb ``` custom: dynamodb: stages: - dev start: port: 8000 inMemory: true migrate: true # Comment if you don't have a DynamoDB running locally noStart: true migration: dir: offline/migrations...

Serverless HTTP API with DynamoDB and offline support Serverless REST API with DynamoDB and offline support The doc days both projects are similar . in \examples\aws-node-rest-api-with-dynamodb-and-offline\serverless.yml I found an extra...

Hi, I've just set up serverless with an aws/node/express template, and found that the template was using common JS. I haven't used CJS in quite a while, using ES6 modules...

- fixed lambda runtime typo in the README.

The examples involving currently serverless-dynamodb-local are quite out of date. They use an older configuration API which makes it hard for new users to get started. In addition, the package...

The examples involving serverless-dynamodb-local are quite out of date. They use an older configuration API which makes it hard for new users to get started. In addition, the package serverless-dynamodb-local...