danny-zegel-zocdoc

Results 10 comments of danny-zegel-zocdoc

as I commented in https://github.com/ChilliCream/graphql-platform/issues/6426 I would also appreciate the ability to specify custom headers per request.

@smunuswami I know its been quite a long time but any chance that bulk upload Data Extension Rows functionality was ever built into the SDK?

does the DDB API even support batch writes with conditional expressions?

Correction: It seems that using `DefaultLambdaJsonSerializer` to deserialize the `Amazon.DynamoDBv2.Model.Record` does not work because `ApproximateCreationDateTime` is being generated with a 13 digit number (millisecond granularity) instead of a 10 digit...

> #839 @ashishdhingra the bug aspect of this issue does seem to be the same issue as https://github.com/aws/aws-lambda-dotnet/issues/839 however the bug was not the primary aspect of this request. This...

> > #839 > > @ashishdhingra the bug aspect of this issue does seem to be the same issue as #839 however the bug was not the primary aspect of...

I also have a similar need, the GQL server I'm hitting requires some custom headers for some queries. I need to be able to supply custom headers to a subset...

after looking around a bit I found https://github.com/ChilliCream/graphql-platform/issues/5204 and https://github.com/ChilliCream/graphql-platform/issues/3467 which seem to overlap this this issue.

the proposal in https://github.com/ChilliCream/graphql-platform/issues/3467 seems similar to my annotation concept except that its using directives (a feature I'm not familiar with) which seems better being that its code and not...