1.0.4 • Published 8 months ago

nest-serverless v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

NestJS Serverless Boilerplate with DynamoDB

Welcome to the NestJS Serverless Boilerplate with DynamoDB NPM package! This package provides a convenient way to set up a new NestJS project configured for serverless deployment, with DynamoDB integration included.

Features

  • Pre-configured NestJS application for serverless deployment.
  • Integration with AWS DynamoDB for database storage.
  • Boilerplate code and directory structure for rapid development.
  • Simplified setup for both local development and deployment.

Prerequisites

Before you begin, make sure you have the following installed:

  • Node.js and npm: Make sure you have Node.js (>=12.0.0) and npm installed on your system.

Installation

To get started, you can install this package globally or locally using npm:

npx nest-serverless <your-project-name>

To Run The Project

npm start

or

serverless offline start

Previous Fixes

At the previous version, there were some webpack related error. So, I have fixed and uploaded that.

Serverless Webpack is now using since serverless-plugin-optimize is depricated.

Optional

  • DynamoDB configuration is up too. If you don't need that, you can modify your serverless.yml file and remove all the portion of the dynmaodb.

  • And if you want to change the suffix dev, go to serverless.yml and change stages: dev to your preferred stage.

Thanks For Downloading !