Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 628 Bytes

File metadata and controls

36 lines (24 loc) · 628 Bytes

How to Use

This is sample for how to use wlapper. This is sample for lambda using ECR using node runtime.

You can push the Docker Image built here to the ECR and use it from Lambda.

Steps

install dependensies

npm install

build docker image

docker build -t lambda-container-sample .

install wlapper

npm i -g wlapper

exec wlapper

wlapper lambda-container-sample -d '{"body": "Hello world!"}'

# -> { body: 'Hello world!' }