Explore >> Select a destination


You are here

amorgunov.com
| | blog.michielborkent.nl
7.5 parsecs away

Travel
| |
| | nodogmablog.bryanhogan.net
8.2 parsecs away

Travel
| | It is very easy to run .NET 6 AWS Lambda functions on ARM64 processors, read on to find out how...
| | masnun.com
17.8 parsecs away

Travel
| | I have heard about AWS Lambda and all the cool things happening in the serverless world. I have also deployed Go functions using the Apex framework for serverless deployment. But recently I have started working on some Python projects again and decided to see how well the Python community is adapting to the serverless era. []
| | nodogmablog.bryanhogan.net
23.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!