Dan

Results 5 issues of Dan

Hi guys, Anyone knows how to get connection.threadId for current query ? If I was to CANCEL a query in some point in time ?

question

What I'm trying to do is use SAM and Api gateway (stage, api key, user plan). Is is possible for them work together ? How do I reference them to...

examples

I'm trying to write swagger in RestApi, How should I write ymal file in a dict ? Is there any example doing this ? ``` class RestApi(AWSObject): resource_type = "AWS::ApiGateway::RestApi"...

examples

Hi guys, I want to do something after each polling but couldn't find how to use onCompleted: onCompleted: (data: TData | {}) => void A callback executed once your query...

Hey, [1, 1, 100, 100] returns [[1,1,100],[100]], is this expected result ?