Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 480 Bytes

File metadata and controls

18 lines (11 loc) · 480 Bytes

NestJS Microservice POC

The following monorepo demonstrates the communication between two services in NestJS.

Build

To build and run all packages:

pnpm install
pnpm all

The application requires a running RabbitMQ server.

Considerations

A Lambda function can only be run as a result of an AWS trigger such as an SNS / SQS message, DynamoDB streams, CloudWatch event etc. It's also stateless and short lived (execution time can be a maximum of 15 minutes).