Amazon DynamoDB How to Install and Configure Amazon DynamoDB local version 2.0 (downloadable)? Amazon DynamoDB local not only speeds up development and testing iteration loop, it also saves cost of using DynamoDB webservices. Free downloadable version of Amazon DynamoDB (DynamoDBLocal.jar) can run Abhijit Ghosh 7 Jul 2023 · 8 min read
RequestTimeTooSkewed AWS S3: The difference between the request time and the current time is too large If system clock is out of sync, we may encounter error message like "An error occurred (RequestTimeTooSkewed) when calling the ListBuckets operation: The difference between the request time and the Abhijit Ghosh 4 Jul 2023 · 1 min read
AWS How to install awslocal ( LocalStack AWS CLI) on Ubuntu running on WSL2 (Windows Subsystem for Linux)? If you are already enjoying LocalStack ("A fully functional local cloud stack") for building awesome AWS cloud and serverless applications locally, then awslocal will add extra Saccharin to sweeten your Abhijit Ghosh 2 Apr 2023 · 4 min read
AWS How to install LocalStack (AWS cloud service emulator) on WSL2 to develop cloud and serverless apps offline? LocalStack is an AWS cloud service emulator that can be used as a local cloud sandbox for development, prototyping and testing. It is "A fully functional local cloud stack". You Abhijit Ghosh 27 Mar 2023 · 5 min read
WSL Install AWS Serverless Application Model Command Line Interface (AWS SAM CLI) on Windows Subsystem for Linux (WSL 2) AWS SAM command line interface (AWS SAM CLI) tool is must have for building AWS serverless applications. In this post, we'll see how to install latest version of AWS SAM Abhijit Ghosh 23 Feb 2023 · 2 min read