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
Mocking aws seems to be working fine. Currently, it's working for at least half of the setup function in run.py. The problems are going to start coming in when we try to build out tests for Docker since we'd like to test generic-worker.py as well. Haven't thought through a solution yet, but moto has a standalone server mode, which will let us mock an aws endpoint, that we can run outside of docker. localstack looks promising if moto can't get us there.
The text was updated successfully, but these errors were encountered:
Mocking aws seems to be working fine. Currently, it's working for at least half of the
setup
function inrun.py
. The problems are going to start coming in when we try to build out tests for Docker since we'd like to testgeneric-worker.py
as well. Haven't thought through a solution yet, but moto has a standalone server mode, which will let us mock an aws endpoint, that we can run outside of docker. localstack looks promising if moto can't get us there.The text was updated successfully, but these errors were encountered: