examples
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.
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...
on-behalf-of: @Azure [email protected]
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"....

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...