/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

artem.krylysov.com
| | amorgunov.com
1.5 parsecs away

Travel
| | [AI summary] The user is asking for a summary of a long text about using AWS Lambda with Node.js and Serverless Framework. The text includes installation steps, configuration of serverless.yml, deployment commands, and examples of Lambda functions.
| | golb.hplar.ch
1.4 parsecs away

Travel
| |
| | schadokar.dev
1.6 parsecs away

Travel
| | Deploy the golang serverless application on AWS Lambda service.
| | hjr265.me
21.8 parsecs away

Travel
| I know many will start with something like Gin whenever they are working on a JSON/HTTP-based backend in Go. I, not entirely sure if the minority, try to stick to Go's built-in net/http package and, at most, use Gorilla Mux in most of my Go projects. And so serving something simple like JSON is no different from the package's point of view as any other content type: whatever it is, write it out to the w, the http.