Serverless Authentication with Golang
Almost every project needs authentication to serve secure user content. For most of my side projects, I prefer to pay per use for cost optimization. continuing my experiment with Golang, I created Golang service that's going to run inside AWS Lambda ...
Jul 4, 20222 min read194

