/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

www.codeandunicorns.com
| | nodogmablog.bryanhogan.net
3.6 parsecs away

Travel
| | In my previous post I showed how to build a .NET 5 library inside a docker image and deploy it to an AWS Lambda. This post is a small extension on that. I'm going to build a .NET 5 Web API application, turn it into a docker image, deploy it to an AWS Lambda, and connect an API Gateway to the Lambda to call the controller inside the application, inside the container, inside the Lambda!
| | adamj.eu
6.9 parsecs away

Travel
| | AWS Lambda is a hip "serverless" technology that everyone is talking about. While I find 'serverless' a bit of a funny name-it just means a managed environment-I like using Lambda functions for infrastructure glue or running small internal applications. Putting these things on individually managed servers of their own has always been a pain, so Lambda is a perfect fit.
| | paulbutcher.com
6.0 parsecs away

Travel
| | [AI summary] This article explains how to deploy a Clojure Ring application to AWS Lambda using serverless infrastructure as code, leveraging tools like SAM and SnapStart to simplify deployment and reduce cold start issues.
| | www.integralist.co.uk
17.4 parsecs away

Travel
| GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. I've been using GitHub Actions a lot recently and I've found it to be immensely flexible and feature rich. I think it's well worth your time learning how to run your CI/CD pipelines via GitHub Actions, and in this post that's exactly what we're going to dig into.