Chase Douglas
Chase Douglas
Ugh, apparently this is service-specific. See the note here: http://docs.aws.amazon.com/general/latest/gr/sigv4-add-signature-to-request.html. ``` When you add the X-Amz-Security-Token parameter to the query string, some services require that you include this parameter in...
IoT, while generating a url to connect to a websocket. On Tuesday, August 9, 2016, Michael Hart [email protected] wrote: > @txase https://github.com/txase which service did you see this with? >...
@repeatedly: stored socket on TLS (thread-local-storage, at first I thought you meant TLSv1.0 like SSL :). Something like this: ``` ruby def connect! con = TCPSocket.new(@host, @port) # More setup...
Sometimes you need to map over an array where each element has more than one value. Maybe you need to map over an array of subnets that contains subnet IDs...
My suggestion would be to make the multi-prop capability explicit in the GH issue summary. Maybe as simple as making the examples multi-prop would work. It’s obvious in hindsight, but...
We (https://stackery.io) use custom resources to provision CloudFront certificates in us-east-1 even if the stack is created elsewhere. It's probably overkill to include into SAM directly, but it's your best...
I hadn’t seen Opendal before, but it looks like it should be a perfect fit for this use case. I’d be happy to refactor the fs work to use it....
Thanks for all the comments! What I'm hearing is: * The project would welcome contributions that make it easy to deploy an AWS serverless architecture (admittedly a low bar, but...
I also wanted to address one point @williamdes brought up in https://github.com/dani-garcia/vaultwarden/pull/5591#issuecomment-2663850738 about SES having an SMTP interface that would mean no code changes to Vaultwarden would be required. Unfortunately,...
I wonder if we can look at the bucket config to determine if we should call these methods or not. We definitely want these options if it’s a real aws...