follow these steps to install and build the library.
Ensure you have the following installed on your system:
- Node.js (version >= 18)
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/Evernorth/aws-lambda-ts-event-handler.git cd aws-lambda-ts-event-handler -
Install dependencies:
npm install
To build the project, run:
shell npm run build
This will compile the TypeScript files into JavaScript and output them to the lib directory.
-
Watch for changes and rebuild automatically:
npm run watch:build
-
Run Tests
npm test