Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.39 KB

README.md

File metadata and controls

53 lines (40 loc) · 1.39 KB

wlapper

this is Lambda container images's local execution wrapper.

oclif Version CircleCI Downloads/week License

Desciption

AWS Lambda supports execution in container images. The Dockerfile used and the means to run the implementation locally during development are provided below. How to exec simulation on Lambda locally is explained on this.

This tool wraps above process and makes it easy to use as a CLI tool.

Example

example page

Usage

$ npm install -g wlapper
or
$ npx wlapper

$ wlapper (-v|--version|version)
wlapper/1.0.0 darwin-x64 node-v14.18.1
$ wlapper --help [COMMAND]

USAGE
  $ npx wlapper [docker image name]
...

Requirement

nodejs
npm
docker