Bert Blommers
Bert Blommers
Thanks for raising this and adding an example test case @karolinepauls. Marking it as an enhancement to support other operations here.
Hi @scottsteen! Option 3 would definitely be the best approach to this. There is an outstanding feature request to implement an import/export functionality in Moto (#2882) - this sounds like...
From Moto 3.1.14, it is possible to have a reproducible UserPoolID. This can be achieved by setting the environment variable `MOTO_COGNITO_IDP_USER_POOL_ID_STRATEGY=HASH`. See the documentation here: http://docs.getmoto.org/en/latest/docs/services/cognito-idp.html Setting this variable will...
@scottsteen Moto 4.0.6 (just released) has the option to record requests, and replay them on another system/at another time, to ensure that the initial set of resources is the same....
The breakage of werkzeug was a combination of things - werkzeug introduced some bugs, and also exposed some bugs in Moto. The upcoming `werkzeug==2.2.2` release should at least stop Moto...
Yes, that's correct @kazanzhy. Don't worry - we'll give plenty of notices before completely removing the `@mock_rds2`-decorator.
@kazanzhy Moto 3.1.0 has now been released. The `mock_rds2` decorator still exists with the same functionality, but it is recommended to now start switching the decorators to `mock_rds` instead.
The deprecated decorators are now removed as of moto >= 4.0.0.dev4. I'm going to close this now - please see #5366 for a full timeline of the Moto 4 release.
Thanks for raising this @calvernaz, will mark it as an enhancement. In general, features like this are supplied by the community, so if this is something you want to contribute,...
The only similar work around this is the `import_api` function for APIGatewayV2, but that is a very crude and simplistic: https://github.com/spulec/moto/blob/master/moto/apigatewayv2/models.py#L625:L627 Considering the scope of this method, my tip would...