Recently, I wanted to order a new business card for myself and while Googling I came across dozens of startups that produce digital business cards.…
This is my cloud journey
Recently, I wanted to order a new business card for myself and while Googling I came across dozens of startups that produce digital business cards.…
With the growing popularity of the Fediverse, I decided to take a look at what this decentralized social network has to offer for developers. I…
AWS Lambda Function URLs are a great thing that fits seamlessly into AWS’s serverless vision. Combined with S3 static hosting and CloudFront, it is the…
Declaring variables in the source code is ideal when we would like to use them inside that specific source file. Let’s say we have multiple…
During the API Gateway series, we already created an API Gateway and a new Lambda function. We named that function simple-api-auth for reason. Can you…