Tanja Bayer
Tanja Bayer
I am trying to use mongomock to mock all connections going to mongodb. I do it as suggested by the docs: ``` python @mongomock.patch(servers=(('localhost', 27017),)) def test_something(): mongo_client = MongoConnector('localhost)...
Hi, we have a setup where sometimes a STUN server needs to be used (in a company network) and sometimes a TURN server needs to be used (e.g. mobile Hotspot),...
Update the magic-string dependency, because it uses the deprecated dependency [email protected] ``` [email protected]: dependencies: sourcemap-codec: 1.4.8 ```
Update lambda version to latest supported version as of now: 22 NodeJS 16 is deprecated. When deploying cdk-docker-images the following warning is created: Be aware that the NodeJS runtime of...