I am working with several GCP products and I want to emulate the behaviour of my future application.
I am working with Python/Django.
I already emulate Google Pub/Sub and Google Cloud Functions.
Both of these functionalities are working fine and communicate together.
Yet, I would need to add a 'Google Cloud IoT Core' emulator. This way I could send event registrations to Pub/Sub or modify data from IoTCore devices (such as messages for instance).
I already searched and did not find my happy place... Is there any way to simulate this behavior?