vladoros / mdcloud-serverless

Example of integrating Metadefender Cloud API using serverless architecture

Home Page:https://opswat.com/blog/how-integrate-metadefender-cloud-api-serverless-architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrating Metadefender Cloud API serverless architecture

Managed file transfer solutions are one of the basic services every modern application needs to offer. Whether it's provided via integrations with other services or simple personal file uploads, threat detection can help protect user and application data. In this article, we demonstrate how organizations can reduce the threat of malware infection using the Metadefender Cloud API in a serverless architecture.

Metadefender Cloud API Key

In order to use Metadefender Cloud Public APIs, you have to first register for OPSWAT account. Following process describes how to obtain your API key:

  1. Visit Metadefender.com and click on Sign Up
  2. You will be redirected to OPSWAT community registration page and asked to create free OPSWAT account. This account grants you access to all OPSWAT Cloud products.
  3. Fill out the registration form and follow the process
  4. After confirmation of your email, visit Metadefender.com and login with your new account
  5. Visit your account page and you will see your API key

Metadefender Cloud API Documentation

  1. Scanning a file by file upload
  2. Retrieving scan reports

Serverless AWS credentials setup

The Serverless Framework needs access to your cloud provider's account so that it can create and manage resources on your behalf.

Make sure you've completed their basic setup first.

Run the code

> git clone
> npm install
$ serverless deploy

About

Example of integrating Metadefender Cloud API using serverless architecture

https://opswat.com/blog/how-integrate-metadefender-cloud-api-serverless-architecture


Languages

Language:JavaScript 100.0%