Hi everyone, does anybody have any tutorials/resou...
# ask-community
r
Hi everyone, does anybody have any tutorials/resources for mocking up aws resources in order to unit test your prefect tasks and flows? Thank you
c
Hey Raphaël! I don't believe we have any tutorials on it (yet 😉 ) but using the
moto
library is one standard way of mocking out aws from within Python: https://github.com/getmoto/moto
❤️ 1