Website to PDF using AWS Lambda Function URLsAWS released a nifty feature for Lambda’s recently — Function URLs.May 3, 2022May 3, 2022
Media Transcoder Using Container Images in AWS LambdaAmazon introduced AWS Lambda in 2014 as an event-driven, serverless computing platform. Developers could write a function in one of the…Jan 3, 2021Jan 3, 2021
Published inSandwich BytesREST API using Quarkus, AWS Lambda, DynamoDB, and Serverless FrameworkFunction as a service (FaaS) is a serverless way to execute modular pieces of code on the edge. A Serverless architecture allows users to…Sep 2, 2020Sep 2, 2020
Published inSandwich BytesDynamoDB Integration Testing using TestcontainersIntegration testing is an important part of the Software Testing Life cycle as it helps identify system-level issues such as a broken…Aug 26, 2020Aug 26, 2020
Published inSandwich BytesHypermedia REST API using Spring HATEOASRepresentational state transfer ( REST), a term coined by Roy Fielding in 2000, is a software architectural style that defines a set of…Aug 1, 2020Aug 1, 2020
Published inSandwich BytesInstall And Setup WordPress On AWS LightSailRecently, I moved my WordPress blog(the one you are reading now) from a shared hosting server to AWS LightSail.May 10, 2020May 10, 2020
HashMap Changes in Java 8HashMap is a Map-based collection class that is used for storing key and value pairs. It is not an ordered collection which means it does…Nov 14, 2019Nov 14, 2019