Admiral-Piett / goaws

AWS (SQS/SNS) Clone for Development testing
MIT License
770 stars 145 forks source link

fix routes order #218

Closed DayS1eeper closed 4 years ago

DayS1eeper commented 4 years ago

Requests to SigningCertURL are currently handled by actionHandler instead of pemHandler because of wrong routes order. This PR fix this issue.

DayS1eeper commented 4 years ago

Nice catch - Would you mind writing a unit test to test these routes?

I have never written in GO before XD, but I'll try.

DayS1eeper commented 4 years ago

@p4tin Could you please update the image on Docker Hub?