🚀 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.0-alpha.3

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Version published
Weekly downloads
1
-99.17%
Maintainers
1
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 12 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