Skip to content

Download from AWS Lambda runtime environment.

Notifications You must be signed in to change notification settings

vitarn/awslambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awslambda

Download from AWS Lambda runtime environment.

Current version: 0.3.0

Lambda run this module like this:

/var/lang/bin/node /var/runtime/node_modules/awslambda/index.js --expose-gc --max-executable-size=13 --max-semi-space-size=6 --max-old-space-size=102

The entry index.js run your function similar this:

require('/var/task/handler')['function'](event, context, callback)