- Clone this repo
- Run
npm install
- Build the clamav lamber layer
bash ./build
To format your code and make it easier to read:
- run
npm format
To ensure you have the latest versions of dependencies and check for unused dependencies:
- run
npm-check
Deployment can be done through your CI/CD process, or via command line:
- run
sls deploy --aws-profile <your_aws_profile>
There's only one unit test for our handler, but to run it you'll need to install the devDependencies
- run
npm i
- run
npm run test