Join Slack
Powered by
Hi everyone, does anybody have any tutorials/resou...
# ask-community
r
Raphaël S
10/30/2023, 2:17 PM
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
Chris White
10/30/2023, 2:33 PM
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
Open in Slack
Previous
Next