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 instructions in [README.md](https://github.com/serverless/examples/blob/master/aws-node-rest-api-typescript/README.md) on running the app you will see {"message": "Internal server error"} And a stack trace resembling ``` MongooseError: The `uri` parameter to `openUri()` must be...

serverless aws-nodejs starter pack with User CURD operations and cognito setup, you will get pre-made user functions for CURD operation with Cognito authorizer, basic Cognito setup, one dummy S3 bucket...

Tried using `aws-java-simple-http-endpoint` something like: ``` git clone https://github.com/serverless/examples.git cd examples/aws-java-simple-http-endpoint mvn package npm init . . . npm install --save-dev serverless alias serverless=./node_modules/serverless/bin/serverless.js alias sls=./node_modules/serverless/bin/serverless.js 'edit serverless.yml to change...

help wanted
java

An error occurred: ApiGatewayRestApi - User: arn:aws:iam::xxxxxxxxx:user/rajdeep is not authorized to perform: apigateway:POST on resource: arn:aws:apigateway:us-east-1::/restapis.

Hi All I have created a server less application using java,dynamodb and API gatway. i want to test this functionality in local using serverless offline framework. But i am facing...

Hey folks, Following the serverless docs for the aws-node-twilio example, I get the following message even though I installed all dependencies (tried via npm and yarn as well). I removed...

dynamo is considered as standard database for serverless formation, but the aws-sdk for it simply sucks and a lot of pain using it. since People are adopting dynamoose for dynamodb...

I copied the example at https://github.com/serverless/examples/tree/master/google-node-simple-http-endpoint and every time I try to deploy, I get the error : `TypeError: Cannot read property '4' of null` Im not sure if this...

Hi! I'm trying to achieve something like this guide: https://github.com/serverless/examples/tree/master/aws-node-auth0-custom-authorizers-api But when I try to deploy I'm getting this error: **Event references not configured authorizer 'authorize'**. I think the only...

A small, tiny niggle 😄 This example: [`aws-node-single-page-app-via-cloudfront`](https://github.com/serverless/examples/tree/master/aws-node-single-page-app-via-cloudfront) As great as it is, does not use Node. It's simply hosting static files in S3 with CloudFront in-front: there is no...