Bert Blommers
Bert Blommers
Hi @LMaterne, I'll mark it as an enhancement. Can you elaborate a bit on what your test would look like? The docs specifically mention that `The metrics [..] are pushed...
Hi @StevenCaswellVR, I'll mark it as an enhancement. Is it just the one method that you need?
Moto >= 5.0.4.dev7 now contains the following methods: - create_app() - create_resiliency_policy() - describe_app() - describe_resiliency_policy() - list_app_assessments() - list_apps() - list_resiliency_policies() - list_tags_for_resource() - tag_resource() - untag_resource() Note that...
Hi @StevenCaswellVR! Moto >= 5.0.4.dev19 now also has support for: - create_app_version_app_component() - create_app_version_resource() - import_resources_to_draft_app_version() - list_app_version_app_components() - list_app_version_resources() - list_app_versions() - publish_app_version()
moto >= 5.0.8.dev5 now has the ability to configure the results of the `list_app_assessment()`-method - see the documentation here: http://docs.getmoto.org/en/latest/docs/services/resiliencehub.html As far as I can tell, that covers everything, so...
Hi @cipher1729, I'll mark it as an enhancement. Which methods specifically (besides `query`) are you after? I don't see a way for us to completely emulate AWS' behaviour here, so...
Well, writing data is easy- we just have a regular list with all the data send by the user. Supporting the `query` function means parsing the incoming query, which comes...
Hi @izipris! That does make sense - we definitely don't process the configuration correctly there. A PR would be very welcome!
Hi @maximeroma! Both issues should now be fixed as of moto >= 5.0.3.dev45, but let us know if you run into any other issues.
Hi @sli10, welcome to Moto! I'll mark it as an enhancement to add this feature.