/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

amanhimself.dev
| | techsavvypriya.wordpress.com
3.0 parsecs away

Travel
| | "Hello World" function(Lambda) for AWS using the serverless framework https://serverless.com/ What is Serverless Architecture? Serverless architectures refer to applications that significantly depend on third-party services (knows as Backend as a Service or "BaaS") or on custom code that's run in ephemeral containers (Function as a Service or "FaaS"), the best-known vendor host of which currently...
| | theburningmonk.com
3.8 parsecs away

Travel
| | Learn how to test serverless applications without sacrificing a fast local dev & test loop using remocal tests.
| | syntackle.com
2.6 parsecs away

Travel
| | Containerization in it's entirety is an incredibly useful concept. From being able to execute applications in isolation, to being able to port them easily with all of their dependencies and configuration is all a developer could ask for.
| | eszter.space
4.8 parsecs away

Travel
| [AI summary] This blog post details the process of deploying a serverless API endpoint using AWS Lambda and DarkSky API to fetch weather data for any global location.