Serverless Framework

#serverless-framework

The Serverless Framework is a command-line tool that uses easy and approachable YAML syntax to deploy both your code and cloud infrastructure needed to make tons of serverless application use-cases. It's a multi-language framework that supports Node.js, Typescript, Python, Go, Java, and more. It's also completely extensible via over 1,000 plugins that can add more serverless use-cases and workflows to the Framework.

Blog posts by tag

Serverless Scraping: Build API to get products by url using function apps

Serverless Scraping: Build API to get products by url using function apps

A detailed step-by-step guide for building a REST API in Node.js with AWS Lambda, API Gateway, DynamoDB, and Serverless Framework with deployment on AWS

Serverless | Nodejs Ecommerce AWS Serverless Serverless Framework Lambda Scraping REST Dynamodb TypeScript

Posted 19. March 2023 by Milind SinghMilind Singh - 15 min read

Serverless Scraping: Deploying with local bash and GitHub Actions

Serverless Scraping: Deploying with local bash and GitHub Actions

A step by step tutorial for deploying a Serverless service with local bash and GitHub Action pipeline.

Serverless |

Posted 19. March 2023 by Milind SinghMilind Singh - 10 min read