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

Hi, @pgrzesik small improvements: - added SLS framework v.3 - added packages - improved documentation - etc

Hi @pgrzesik, some improvements to the already existing repo. - added proper types for lambda event handler (it's pointless to use any here). - updated packages.

Hi @pgrzesik! Couple of improvements: - readme - add missing TS types, - Use the lift plugin (queue construct) to create a standard SQS queue, - update packages - use...

At a high-level, this fixes up the examples repository. Currently, both the `npm run docs` and `npm run lint` scripts don't even run. ## ⚡ This PR - Pushes down...

Hello good day, I am trying to implement 'aws-node-rest-api-with-dynamodb-and-offline' but when I run the command `serverless dynamodb install` it gives me the following errors: ``` Error: Cannot resolve serverless.yml: Variables...

Hi Team, We are using following configuration. Lambda :- ``` exports.handler = async (event, context, callback) => { try { callback(null,policyData); return; } catch (err) { // Always accepts "Unauthorized"....

![image](https://user-images.githubusercontent.com/28376200/85936143-3a885680-b92a-11ea-9318-fb335d9aa4ee.png)

Dear Author, For some strange reasons only the GET SINGLE TODO ITEM request is not working while all other APIs are working fine (i.e., LIST, CREATE, UPDATE, and DELETE). I...