Bob Florian

Results 5 comments of Bob Florian

Unique subscription names are a limitation of the underlying API, not just the SDK, but I can't think of any reason offhand why they need to be unique. We'll investigate.

We're pursuing an API change that will no longer require subscription names to be unique. We'll leave this issue open and update it when we have a release date. A...

Looks to me like the `path` property is not being picked up from the Lambda function URL event. Any path results in a response from the root (`/`) route.

Nevermind. I was using the [serverless-express](https://www.npmjs.com/package/serverless-express) package. The [@vendia/serverless-express](https://www.npmjs.com/package/@vendia/serverless-express) package handles paths just fine.

This issue was introduced with a [new version of Axis 0.x](https://github.com/axios/axios/issues/6341) that is not really backward compatible despite its version number. We are working on a solution.