Tom Mitchell
Tom Mitchell
Hi, Im investigating your library with the aim of building a kinematic model for a 5 axis cnc machine. Im starting off very basic with 1 then 2, etc dof....
An example uri to get a payin refund could be https://api.sandbox.mangopay.com/v2.01/my_sandbox/payins/payin_m_012345/refunds The '_' in the 'payin_m_012345' will not be matched by the '[0-9a-zA-Z]+' regex. The regex needs to be updated...
### Describe the issue https://docs.aws.amazon.com/lambda/latest/dg/csharp-handler.html has a section which has the following ``` await LambdaBootstrapBuilder.Create(Handler, new DefaultLambdaJsonSerializer()) .Build() .RunAsync(); ``` This is incorrect because the handler will be treated as...