You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw on #4 you were concerned with secrets, AWS has a few different products to manage that, including a secret store that we can setup so that AWS Lambda can read from it (or an EC2 host can fetch it). How compute intensive is this?
It will be much more efficient as a lambda, but will require some fiddly re-architecting to get it to work. I propose (and discussed with others) that we could just deploy on a cheap EC2 instance (e.g t4g medium $12/mo) for an MVP and work towards a lambda in the future.
We will deploy an MVP on
EC2
rather than Lambda, as much easier to get started with. We can then evaluate a shift to a lambda based model.The text was updated successfully, but these errors were encountered: