Description
- Currently, we duplicate very similar auth logic accross our lambdas
- Create a package the lambda can install that contains our auth utilities
Create a package in shared folder for DTOs and install it to all the lambdas via their package.json. Update lambda CLI to auto add the package
Description
Create a package in shared folder for DTOs and install it to all the lambdas via their package.json. Update lambda CLI to auto add the package