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'm interested in running yopass as part of an ECS cluster. While I could easily stand up a redis or memcached backend for it, that seems like overkill. I know that yopass can be used with a DynamoDB backend, but it looks like that functionality is only enabled when deploying via the lambda mechanism.
What would it take to get the required ddb hooks compiled into the non-lambda version?
The text was updated successfully, but these errors were encountered:
Hi!
I see your point, for now there's no built-in way of running it with dynamo as the db but you can certainly compile it with the db code and build your own container. I will consider adding this when I have some time and inspiration 👍
I'm interested in running yopass as part of an ECS cluster. While I could easily stand up a redis or memcached backend for it, that seems like overkill. I know that yopass can be used with a DynamoDB backend, but it looks like that functionality is only enabled when deploying via the lambda mechanism.
What would it take to get the required ddb hooks compiled into the non-lambda version?
The text was updated successfully, but these errors were encountered: