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.
Currently, the
ghbot
andcrud
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.