Brett Higgins

Results 35 issues of Brett Higgins

The default for `actions/setup-node@v1` is node 10, which does not work with this action. I saw that the action itself is configured to run using node 12, but the `cache-restore`...

I have a repo that's configured to use semi-linear history - that is, require fast-forward merges, but always add a merge commit. This works as expected with marge-bot when it...

I've been working on several enhancements currently deployed internally at my company, and I have more planned, all of which I'm hoping to submit as pull requests - but I...

I accidentally deployed the warmup lambda into a subnet without internet access. As you'd expect, the warmup lambda was unable to invoke my functions. However... Based on [this section of...

bug

I've seen two errors in my logs when the request data is invalid (usually from scanner traffic). Both are in [`createRemixRequest`](https://github.com/wingleung/remix-aws/blob/6186f517ca4fe56e627377c84e07376529bc9985/src/adapters/api-gateway-v2.ts#L13-L33); I'm using the API Gateway v2 adapter, but I...