Andres Hermosilla
Andres Hermosilla
You read my mind! You going to refactor using interfaces?
@DavidMuller I'm confused by the statement - "use case seems to involve non AWS services"? AWS signed requests can only be used by AWS?
I think for starters appending the column and just have a question mark that people can back fill. This will help ensure with new PRs people will have that filled...
Here are some forms of ternary operators to think about - `if test do: when_true else: when_false` - `test ? when_true : when_false` - `when_true if test else when_false`
Throwing out some rough code for handling more complex expressions - maybe that is the answer as opposed to a ternary operator? ```php
In my case I didn't want to make a distinction between `booleanExpr` vs `expression`. I tried creating a custom `ExpressionType` and so far it seems to work the way I...
@grabbou that does work, but ideally it would be nicer to write config modules without them having to require or know anything about the nconf.
@avoidik you can create a request using AWSRequest from botocore. You can probably pull from the first python code snippet to make a request https://ahermosilla.com/cloud/2020/11/17/leveraging-aws-signed-requests.html#use-botocore-to-create-client