aws / aws-dax-go

AWS DAX SDK for the Go programming language. https://aws.amazon.com/dynamodb/dax
Apache License 2.0
47 stars 48 forks source link

Unimplemented Calls Should Not Panic #27

Closed matthinrichsen-wf closed 3 years ago

matthinrichsen-wf commented 3 years ago

It came as a surprise to me that unimplemented calls using DAX would panic instead of returning an error. I see in the source that all the wiring is in place to return an error.

Ideally, a typed unimplemented error would be returned so that consumers can handle appropriately.

kevinchristen commented 3 years ago

Fixed in v1.2.3.