1.0.0-rc.4 • Published 8 months ago

jsnova v1.0.0-rc.4

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

Description

The @jsnova/core is a library aimed at facilitating the rapid development of Serverless APIs using AWS CDK with TypeScript. With this library, you can create advanced APIs and perform complex queries on databases without the need to run additional machines or lambda functions. All of this is made possible using just the AWS API Gateway and other functionalities provided by AWS.

Packages

Package nameDescriptionDocs
@jsnova/coreSimplify Serverless API development using AWS CDK, providing a comprehensive toolkit for streamlined implementation.see docs
@jsnova/model-validatorEnsure data integrity with easy-to-use validation and mapping of API payload data for enhanced endpoint reliability.see docs
@jsnova/atlasSeamless MongoDB Atlas integration through DataAPI, optimizing resource efficiency and reducing database operation costs..see docs

Key Features

  • Rapid Development: Create Serverless APIs quickly and efficiently, reducing code complexity and speeding up the development process.

  • Integration with AWS CDK: The library is built on top of AWS Cloud Development Kit (CDK) with TypeScript, making it powerful and highly customizable.

  • Complex Queries: Execute advanced database queries without the need to manage additional infrastructure.

  • Integration with API Gateway: Leverage the scalability and security provided by AWS API Gateway.

  • User-Friendly: Provide a simplified interface for developers, allowing them to focus on API functionality rather than detailed AWS CDK configuration.

Installation

To use @jsnova/core, you need to have Node.js and npm installed on your machine. Then, install the library with the following command:

pnpm install @jsnova/core