Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oieduardorabelo/s3-virus-scanning-typescript-aws-lambda-container
S3 virus scanning with TypeScript and Node.js 20.x AWS Lambda Container
https://github.com/oieduardorabelo/s3-virus-scanning-typescript-aws-lambda-container
aws aws-lambda aws-s3 aws-s3-notification serverless top-level-await typescript
Last synced: 10 days ago
JSON representation
S3 virus scanning with TypeScript and Node.js 20.x AWS Lambda Container
- Host: GitHub
- URL: https://github.com/oieduardorabelo/s3-virus-scanning-typescript-aws-lambda-container
- Owner: oieduardorabelo
- Created: 2023-12-02T09:22:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-06T04:57:18.000Z (11 months ago)
- Last Synced: 2024-04-14T19:10:11.986Z (7 months ago)
- Topics: aws, aws-lambda, aws-s3, aws-s3-notification, serverless, top-level-await, typescript
- Language: TypeScript
- Homepage:
- Size: 59.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClamAV 1.2.1 with AWS Lambda Container Images for Node.js 20.x
CDK project for deploying a ClamAV 1.2.1 with AWS Lambda Container Images for Node.js 20.x
This helps you to scan files for viruses using AWS Lambda functions
🚨 Important:
- Virus definitions are updated during build
- Ensure you are building the container regularly to keep your definitions up to date
- You can update the Dockerfile to use a different version of ClamAV![Diagram showing the example project: a s3 bucket with object created notification to lambda](https://res.cloudinary.com/practicaldev/image/fetch/s--XEsShymZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4fkzptasm0fd6emwq9v9.png)