🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

resolve-api-handler-awslambda

Package Overview
Dependencies
Maintainers
3
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve-api-handler-awslambda

An AWS Lambda adapter for reSolve API handlers.

0.22.14
Source
npm
Version published
Weekly downloads
33
-26.67%
Maintainers
3
Weekly downloads
 
Created
Source

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

Keywords

cqrs

FAQs

Package last updated on 10 Mar 2020

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