Skip to content

garyrutland/lambda-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Assistant

Install

npm install --save lambda-assistant

Usage

import { ApiGateway } from 'lambda-assistant';

export function handler(event, context, callback) {
  const body = ApiGateway.Event.getBody();

  return callback(null, ApiGateway.Callback.ok(body));
}

License

Released under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published