Bioinformatics-Research-Network / Bioinformed-Skill-App

Repository for the Bioinformed Skill Assessment App
https://skill.bioinformed.app
MIT License
4 stars 2 forks source link

Research: Convert FastAPI-based services to AWS Lambda functions #28

Open millerh1 opened 2 years ago

millerh1 commented 2 years ago

Currently, the ghbot and crud services are both deployed with elastic beanstalk as full-time web servers. This is probably unnecessary. ghbot at least could probably be deployed as an AWS lambda function instead -- thus reducing costs and overhead.

However, this may not work for other reasons -- and this will require research to determine whether this should be done.