CDLUC3 / dmsp_aws_prototype

Sceptre CloudFormation templates for DMPHub v2
MIT License
1 stars 0 forks source link

Refactor UI Lambdas #41

Closed briri closed 1 year ago

briri commented 1 year ago

The new Lambdas that support the React UI have duplicative code blocks. We should refactor these into a gem file that can be installed into the Lambda images and are also available to the other Lambdas that back the API endpoints.

For example RDS connection logic, Search result weighing/sorting, and standardized response and error handling could all be shared.