What do you think about offering a second variant to allow passing in the 
http server? It's possible one may want to set limits or other 
configuration on the HTTP server instead of using the default http server.

On Thursday, January 25, 2018 at 6:42:03 PM UTC-5, Dario Castañé wrote:
>
> I'm pleased to announce the launch of Gluo: a handy wrapper for net/http 
> applications that allows to deploy the exact same binary to AWS Lambda and 
> (bare-metal/virtual) servers.
>
> https://github.com/imdario/gluo
>
> If you want to use your current net/http code with little modification, 
> Gluo is your choice. It's a drop-in replacement: just call 
> gluo.ListenAndServe instead of http.ListenAndServe.
>
> PS: version 0.0.1 was released the same day as AWS announced their 
> official support for Go in AWS Lambda, but I waited for a second release in 
> order to improve code coverage.
>
> Dario Castañé
> dario.im
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to