CDLUC3 / dmsp_aws_prototype

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

Build out lambda function to fetch the ROR snapshot #84

Open briri opened 6 months ago

briri commented 6 months ago

See the explorer_ror lambda function in the dmptool branch. This was an initial attempt to fetch the zip and process it within a Lambda. We hit a wall though when extracting the contents of the ZIP file. I suspect that it may just be an issue with the defined size of the Lambda environment.

Determine the sustainability of using Lambda for this since the size of the ROR database will continue to grow.

briri commented 4 months ago

This is done and working in dev now