This is the "bare-bones" lambda function setup for the Guardian's informal AWS School series
There is a skeleton lambda function in the hello-world-lambda
directory which can be found at packages/hello-world-lambda/src/main.ts
.
First, make the lambda do something.
npm i
npm run build
Now, take the build zipfile from dist/packages/hello-world-lambda.zip
and upload it to a Lambda function. Voilà :)
See NX cheatsheet.md