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
"As a data developer and Infra Catalog user, I want to be able to deploy Python code to ECS as easily as I can using the python-lambda module."
Background:
The decision to use ECS vs Lambda is one that is often hard to make, and as limitations of one environment or the other are uncovered, there can be a lot of wasted effort involved in reversing this decision.
While we've fully automated the deployment of python lambda functions, it's much more difficult in comparison to create a docker image that runs an arbitrary python script. From an implementation perspective, however, there's no reason why ECS cannot support the same modular config approach as we have for python lambda functions.
The text was updated successfully, but these errors were encountered:
"As a data developer and Infra Catalog user, I want to be able to deploy Python code to ECS as easily as I can using the
python-lambda
module."Background:
The decision to use ECS vs Lambda is one that is often hard to make, and as limitations of one environment or the other are uncovered, there can be a lot of wasted effort involved in reversing this decision.
While we've fully automated the deployment of python lambda functions, it's much more difficult in comparison to create a docker image that runs an arbitrary python script. From an implementation perspective, however, there's no reason why ECS cannot support the same modular config approach as we have for python lambda functions.
The text was updated successfully, but these errors were encountered: