Skip to content

WojciechMatuszewski/lambda-wrapper-scripts-abuse

Repository files navigation

Executing Node.js in AWS Lambda wrapper scripts

This repo contains example of how one might use wrapper scripts to push the expensive computations to AWS Lambda Init phase.

Please keep in mind that the Init phase is constrained to ten seconds.

Deployment

  1. npm run prepare
  2. npm run bootstrap
  3. npm run deploy

About

How one might abuse AWS Lambda wrapper scripts for cost savings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published