LocalStack – Mock AWS in local development
Most of us are familiar with Amazon Web Services (AWS) and have probably used their cloud computing services at some point in our careers. AWS is a go-to solution for…
Favourite tutorials for developers
AWS (Amazon Web Services) is a comprehensive, evolving cloud computing platform provided by Amazon that includes a mixture of infrastructure as a service (IaaS), platform as a service (PaaS) and packaged software as a service (SaaS) offerings. AWS services can offer an organization tools such as compute power, database storage and content delivery services.
Most of us are familiar with Amazon Web Services (AWS) and have probably used their cloud computing services at some point in our careers. AWS is a go-to solution for…
LocalStack is a cloud service emulator that runs in a single container on your machine or within your CI environment. With LocalStack, you can run your AWS applications or Lambdas…
LocalStack provides an easy-to-use test/mocking framework for developing Cloud applications. It spins up a testing environment on your local machine that provides the same functionality and APIs as the real…
When working with the leading cloud provider in the market, AWS, it is important to constantly use their native services. These services may not be open source, which makes it…
This post describes how to implement a simple One Time Password (OTP) system with AWS Serverless services which can be used as a part of two-step verification. Below tools and…
In this post, i will explain the high availability architecture on AWS for WordPress eCommerce. To reuse the infrastructure and simplify the deployment, I have used the AWS CDK. Cloud…
In the dynamic world of cloud computing, orchestrating complex workflows across multiple AWS services is crucial for creating scalable and maintainable applications. AWS Step Functions, a serverless orchestration service, is…
In today's digital age, financial technology (Fintech) applications require robust, scalable, and secure infrastructures to handle complex transactions and ensure smooth payment processing. AWS Step Functions and AWS Serverless Application…
If you are writing Lambda functions for production, it is important to think about how your function scales and how performance can be affected by usage. Yeah, I know. You…
Amazon DynamoDB is a fully managed NoSQL database service provided by Amazon Web Services (AWS). It offers fast and predictable performance with seamless scalability. In this comprehensive guide, we will…