🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

resolve-api-handler-awslambda

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
r

resolve-api-handler-awslambda

An AWS Lambda adapter for reSolve API handlers.

0.21.2
72

Supply Chain Security

100

Vulnerability

71

Quality

81

Maintenance

100

License

Version published
Weekly downloads
6
-93.94%
Maintainers
2
Weekly downloads
 
Created
Issues
60

resolve-api-handler-awslambda

npm version

This package is a Api Handler adapter for AWS Lambda.

Usage

import wrapApiHandler from 'resolve-api-handler-awslambda'

export const handler = wrapApiHandler(
  async (req, res) => {
    res.end('Hello World!')
  }
)

Analytics

FAQs

Package last updated on 29 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts