To deploy the lambda function, run the following commands:
npm run install
npm run build
terraform init
terraform apply
You will find an example of client interaction with the lambda function in the client
directory.
To run the example client, run the following commands:
cd client
ts-node client.ts