Understanding DynamoDB Items Select: COUNTDynamoDB have no aggregation operation like “count”. The most efficient way to get an item count is to use Select COUNT request parameter.Nov 29, 2023Nov 29, 2023
DynamoDB Read and Write Operations and it’s Request Units for LSI and GSIDynamoDB is billed per usage in terms of read and write request units (RRU and WRU). But how are those calculated for and LSI and GSI?Nov 26, 2023Nov 26, 2023
Cloudwatch Logs for all Alias will under in same log group.If you're using Lambda Alias to refer environments like Dev, Test, Prod then you can't see logs for only one Environment.Nov 15, 2021Nov 15, 2021
Serverless Image Handling Approaches in AWSImages can be transformed by multiple approaches using event triggers or on-the-fly and/or at the edge to serve them in multiple…Jan 18, 20211Jan 18, 20211
Published inBeginner's Guide to Mobile Web DevelopmentEvolution from Web Sites to Web Apps — PWAThe journey of web that we see in our daily usage and felt the user experience from static pages to offline PWA web appsMar 26, 20181Mar 26, 20181
Firebase Hosting Deployment Automation with Gitlab CIOur current web era has decoupled the front-end (Single Page Application) and back-end (APIs) which enables you to scale independently.Jan 14, 20187Jan 14, 20187