/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

vmx.cx
| | www.danstroot.com
8.7 parsecs away

Travel
| | Recently I took on a new role and I was considering ordering new business cards. I reflected a moment and realized I don't really use business cards anymore. I decided that I needed a digital way to share my business (and personal) information, and I wanted to be able to control what I share. One of the side benefits of this is I don't have to share my personal mobile phone number either.
| | vishwas.tech
6.7 parsecs away

Travel
| | Setting up CI/CD pipeline for deploying AWS lambda using serverless framework & Github Actions
| | techsavvypriya.wordpress.com
8.5 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...
| | alexdebrie.com
17.0 parsecs away

Travel
| API Gateway custom authorizers are a great way to separate auth logic from business logic in serverless applications. Learn the ins and outs of how to use them here.