AWS Lambda function from lk-lambda-boilerplate
.
After cloning the repository, run npm install
or yarn
to install all dependencies.
You should start implementing your business logic in src/pipeline
.
The lambda can be configured using a dotenv
file (key=value format).