Thomas Ankcorn

Results 13 issues of Thomas Ankcorn

Transforming any cloud formation referenced in the custom authorizers section would help with building ephemeral authenticated API's. I think if this plugin looped through the authorizers array the same way...

* **I'm submitting a ...** - ✅ bug report - [ ] feature request - [ ] support request => Please do not submit support request here, see note at...

This is hopefully a more productive forum to discuss https://github.com/laconiajs/laconia/issues/152 This PR is open to examine changes to the dynamodb adapter so that it can serve a wider veriety of...

It would be really helpful if Laconia had some documentation on how errors should be handled. I know the apiAdapter has some support for this but for other triggers, the...

documentation :notebook:

All the SSR frameworks support rendering on a base path like example.com/docs * svelte - https://kit.svelte.dev/docs/configuration#paths * astro - https://docs.astro.build/en/reference/configuration-reference/#base * next - https://nextjs.org/docs/pages/api-reference/next-config-js/basePath I can't get this working with...

Evaluating these conditions as false which the semvar library is evaluating to true ``` satisfies('3.0.3', '3.*') satisfies('3.0.3', '3') ``` I believe this is because no operator is supplied so they...

### Describe the bug Hey, we ran into this weird issue with aws-sdk request retries failing when instrumented with open telemetry. The error we spotted was >The request signature we...

bug
workaround-available
p2

##### Checklist - [x] `npm run test` passes - [ ] `.d.ts` file is updated - [ ] changelog is added, `npm run add-change` - [ ] run `bundle exec...

Currently when using drain3 with redis you have to configure a redis_key. This key can be a useful way to seperate data and make Drain3 useful in a multi tenant...

enhancement