Adrián Tomás

Results 7 comments of Adrián Tomás

@mojtabasalehiyan I use the following fixture in my test class: ``` @pytest.fixture(autouse=True, scope="function") def rebuild_indices(self) -> Generator: for index in registry.get_indices(): index.delete(ignore=404) index.create() ```

Hi @rsommerard, You may use `should_index_object` method inside your document definition. https://github.com/django-es/django-elasticsearch-dsl/blob/master/django_elasticsearch_dsl/documents.py#L204

Encountering same error as @hi-wangyan EDIT: I noticed I have not installed [ROUGE](http://www.berouge.com/), but because service is currently unavailable. Apart from that, do we need to create a settings file...

> Encountering same error as @hi-wangyan > > EDIT: I noticed I have not installed [ROUGE](http://www.berouge.com/), but because service is currently unavailable. Apart from that, do we need to create...

Recent versions of CDK now need `cloudformation:DeleteChangeSet` to bootstrap. Please can we prioritise this topic?

I believe this may now be possible after the [v2.41.0 release](https://github.com/aws-powertools/powertools-lambda-python/releases/tag/v2.41.0). Considering that the Lambda has the [layer](https://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-integration-lambda-extensions.html) attached: ```python boto3_client = boto3.client("appconfigdata", endpoint_url="localhost:2772") app_config = AppConfigStore( environment="dev", application="product-catalogue", name="features",...

> Hey @adriantomas! I'm working in some critical issues and will reply to this tomorrow, ok? > > Thanks Sure, take your time :)