Skip to content

This is a boilerplate for building serverless applications using Node.js.

Notifications You must be signed in to change notification settings

Apra-Labs/Serverless-Boilerplate

Repository files navigation

Serverless-Boilerplate

This is a boilerplate for building serverless applications using Node.js.

Features

Quick Start

  1. Clone this repo using git clone https://github.com/manjunathhakki-apra/Serverless-Boilerplate.git.
  2. Move to the appropriate directory: cd Serverless-Boilerplate.
  3. Run npm install to install the dependencies.
  4. Setup the environment variables accordingly for local, dev, staging and prod.
  5. Run npm start to start the server.

Usage

  1. Modify the serverless.yml file to configure your serverless application.
  2. Modify the handler.ts file to implement your serverless functions.
  3. Run serverlessDeploy.mjs script to deploy your serverless application to AWS Lambda.

About

This is a boilerplate for building serverless applications using Node.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published