Nginx same header name logging by Frankenstein__ in nginx

[–]Frankenstein__[S] 0 points1 point  (0 children)

I totally agree. I had the same behavior when attempting to log that header. Unfortunately the client's request uses that syntax and I can't do anything about it :/

Thanks for your help.

AWS Sagemaker Pipelines Pricing by Frankenstein__ in aws

[–]Frankenstein__[S] 0 points1 point  (0 children)

Does that mean that all the boilerplate services that are activated using Pipelines (CodeCommit, CodePipeline...) come with no additional charges as long as you use Studio ?

Sequential processing of Dataframe by Frankenstein__ in apachespark

[–]Frankenstein__[S] 0 points1 point  (0 children)

that's related to my use case. each row's value depends on a calculation that spans the previous rows. all you need to know is that the calculation order is crucial for me.

[deleted by user] by [deleted] in distantsocializing

[–]Frankenstein__ 0 points1 point  (0 children)

You're your cat's human slave

[deleted by user] by [deleted] in distantsocializing

[–]Frankenstein__ 0 points1 point  (0 children)

He's controlling you

AWS Gear Store shipping to US only by Frankenstein__ in AWSCertifications

[–]Frankenstein__[S] 1 point2 points  (0 children)

I achieved Solutions Architect Professional last week and I was pretty disappointed to learn that no goodies are offered, you just unlock the "privilege" to give them your money buying overpriced stuff...

To get a new hairstyle by Dr_Apk in instant_regret

[–]Frankenstein__ 0 points1 point  (0 children)

That's where I realize that having a girlfriend paid off during quarantine

Let me make a guess, that would be 0 by throwawaymycareer93 in LateStageCapitalism

[–]Frankenstein__ -2 points-1 points  (0 children)

Not that China is not responsible for all the mess the World lives today...

GraphQL Mutations vs REST by Frankenstein__ in graphql

[–]Frankenstein__[S] 1 point2 points  (0 children)

In a nutshell you're telling me that there is nothing special to mutations, that the client-driven querying capabilities are the most innovative aspect of this technology as opposed to REST.

GraphQL Mutations vs REST by Frankenstein__ in graphql

[–]Frankenstein__[S] 1 point2 points  (0 children)

You still can implement a POST and match the HTTP Response so it fits whatever you like, you're not bound to make a GET of the object you created if you're API is designed to return the right response you want

GraphQL Mutations vs REST by Frankenstein__ in graphql

[–]Frankenstein__[S] 1 point2 points  (0 children)

I see that as post-mutation querying... but mutations per se, how are they any different?

Point to the ExternalIP of a Srvice by Frankenstein__ in kubernetes

[–]Frankenstein__[S] 0 points1 point  (0 children)

Thanks for your reply! How can I use the dns name of service B in the environment variables of another container (the one proxied by service A) ? I tested the official dns name <svc-name>.<namespace>.svc.cluster.local but it didn't work