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 think we can refactor the API to support running 100% local without any real AWS resources. This will help with allowing other devs to work on the API without deploying to AWS, and also allow us to write some decent unit tests.
Abstract out all direct AWS calls to allow unit testing
I think we can refactor the API to support running 100% local without any real AWS resources. This will help with allowing other devs to work on the API without deploying to AWS, and also allow us to write some decent unit tests.