awslabs / aws-lambda-go-api-proxy

lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway.
Apache License 2.0
1.05k stars 197 forks source link

Tag latest release #39

Closed jackwellsxyz closed 5 years ago

jackwellsxyz commented 5 years ago

Hello! Could you please tag the repo with an updated version number when you're ready? I'd love to take advantage of the echo lambda handler, but go get won't import the echo handler unless it's in a tagged release. Thank you!

jackwellsxyz commented 5 years ago

Hi @sapessi, do you think we might be ready for a new tag? It would help me a ton!

sapessi commented 5 years ago

I was trying to split the repo into multiple modules before adding the new tag. Running into all sort of issues with it. I'll have another go today.

sapessi commented 5 years ago

I've tagged a 0.4.0 in the repo @jackwellsxyz

jackwellsxyz commented 5 years ago

Fantastic, thank you!