This repo contains serverless cloud functions
The following tools are required:
- NodeJS 16+ (nvm preferred for installing)
- yarn (
npm i -g yarn
)
For deployments, an AWS account is required. In addition:
- sops - For managing secrets (approved team members only)
Lambda functions reside in src/lambda.
To build the metadata function:
yarn metadata:build
To build the image resizer function(s):
yarn image:build
Are needed