Simon

Results 11 comments of Simon

Are there any details documented that explain how this will be implemented? Wondering if this will be able to scope roles to specific service/stack names. ie) a user is only...

having the same issue here. deploying `AWS::OpenSearchService::Domain` to a VPC is resulting in `Internal Failure`. Cfn rolls back and the Domain eventually is provisioned successfully

FYI, I had this error several times yesterday and after making no changes this *just worked* today. It appears to be a transient `Internal Failure` that the Service team(s) need...

My callback is not called regardless of success or failure which is troublesome because I need to close the connection ``` connect = AQMP.createConnection({ host : @host }); connect.on 'ready',...

Pulling the latest release https://github.com/postwait/node-amqp/releases/tag/v0.1.7 has no impact on the code I posted above. The cb is fired from connection.publish() but not exchange.publish(). My workaround is to call connect.end() just...

Also trying to find a solution to this issue... perhaps something similar to what was suggested for the python lib https://github.com/zeromq/pyzmq/issues/132

the options may be working at the zmq binding level but from what I can see the _flush method in the lib will only emit 'error' messages if there is...

Neither of these fixes appear to be helping for Apple M2 Pro, colima 0.6.7, docker 24.0.7, and the `localstack` image. Still throws ` Creating Docker SDK client failed: Error while...

> What makes the 'wildcard' data-type nice is that it is optimized for fields with large values or high cardinality for wildcard and regexp queries without changing the search experiences...

this is def an issue. having to sit at 1.0.2 until this is fixed