Explore >> Select a destination


You are here

serverlesscode.com
| | nodogmablog.bryanhogan.net
5.5 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!
| | schadokar.dev
3.9 parsecs away

Travel
| | Setup serverless framework and create a hello function using the serverless template and deploy it on the cloud.
| | csdcorp.com
4.4 parsecs away

Travel
| | There's some very good articles on using the Serverless Framework to setup custom domains for API Gateway endpoints. For my use case I wasn't planning to use
| | chringel.dev
8.2 parsecs away

Travel
| This post shows an example workflow to automatically deploy the latest version of a Hugo website using GitHub Actions.