Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap Aws::ECS::Client into a result monad #55

Open
jollopre opened this issue Aug 3, 2020 · 0 comments
Open

Wrap Aws::ECS::Client into a result monad #55

jollopre opened this issue Aug 3, 2020 · 0 comments
Labels
infrastructure tech debt Peace of code needs refactoring

Comments

@jollopre
Copy link
Owner

jollopre commented Aug 3, 2020

Deploy gem uses monads as an alternative to control flow of the program. Right now, if an exception occurs while executing methods from Aws::ECS::Client, we don't wrap it up with a result monad. This means, the program execution halts if any exception is raised.

We would like to control any exception raised within the client, an result result monad instead.

@jollopre jollopre added infrastructure tech debt Peace of code needs refactoring labels Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure tech debt Peace of code needs refactoring
Projects
None yet
Development

No branches or pull requests

1 participant