Dan Jarvis

Results 6 issues of Dan Jarvis

Added a fix when a header value is undefined. This way we don't try and run a `.toString` on an undefined value 😎 This was in response to the issue...

## Description When I was using this on one of my services I have a collection of headers that I need to include when passing the request along to the...

I did some digging to figure out what exactly was causing the issue I was seeing and it appears to be related to PR #194. I am pretty new to...

It doesn't look like there is a way to specify an existing security group when deploying a request driven web service. It would be nice if there was a way...

guidance

Addressing issue #66 where role arn is not used on API Gateway log subscriptions. This is a problem when trying to set up a log subscription with a kinesis stream...

There seems to be an issue with circuit breakers not transitioning from Open to Half-Open after the specified delay period. Here is a repo that recreates the issue I am...

question