Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 322 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 322 Bytes

Decodex Lambda

This code is built to be executed on AWS lambda.

You should have npm install.

Replace token / user repo by your own.

First build the zip for AWS lambda:

# install the dependencies
npm install

# create the zip package
zip -r lambda-decodex.zip .

Now you can upload it to aws lambda.