Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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!' }