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

Following the [aws-python-rest-api-with-pynamodb](https://github.com/serverless/examples/tree/master/aws-python-pynamodb-s3-sigurl) example: ``` npm install serverless deploy ``` I get ``` Serverless: Parsing Python requirements.txt Serverless: Installing required Python packages for runtime python2.7... /usr/local/lib/node_modules/serverless/lib/classes/Error.js:94 throw new Error(inspect(e)); ^...

When I try to run the example but with the `serverless-bundle` plugin I'm getting `module initialization error: TypeError` in my Cloudwatch logs when trying to access the endpoint. Any idea...

I was trying to use the `serverless-single-page-app-plugin` in another example, and noticed that it's not possible to install it via npm, either by the usual command or using the one...

In handle.js line 40, change to audience: https://{your_domain}/api/v2/ and add property client_id: AUTH0_CLIENT_ID

> Serverless Error --------------------------------------- An error occurred: PredictLambdaFunction - Unzipped size must be smaller than 262144000 bytes (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: d8eab316-8c9b-11e9-9b4f-2bac84437e0c).

I tried running `aws-node-auth0-custom-authorizers-api`. It logins successfully, public API is called successfully. But private API returns 401 with following error: I had make a few changes also: 1. Add `algorithms:...

It'd be very handy to have an example of how you would back out and clean up all the changes the scripts do. an undeploy or uninstall.

My organizaton Infosec policy does not allow AWS credentials to be stored on local machine. But as part of Serverless setup the credentials are stored on local. How can I...

See error below. Can be fixed by replacing with nodejs8.10. Wanted to share this here as it may be a problem in other examples too? Serverless Error --------------------------------------- An error...