hashnode.localstack.cloudTesting Events Archive and Replay with LocalStack & EventBridgeEventBridge allows you to manage events across different AWS services and applications. Event sources for EventBridge can include a vast array of AWS services that are natively integrated, third-party applications through integrations, or custom appl...Aug 19, 2024·7 min read
hashnode.localstack.cloudHow to debug AWS ECS Tasks locally using LocalStack and VS CodeLocalStack offers some important features that can improve the developer experience of building applications on ECS, including hot-reloading and debugging for compute infrastructure like Lambda and ECS. LocalStack allows you to debug your application...Aug 9, 2024·5 min read
hashnode.localstack.cloudRunning an EC2 instance locally using LocalStack and AWS CLIEC2, or Elastic Compute Cloud, enables users to create and manage a virtual machine in the cloud. It's a pivotal service that marked the beginning of cloud computing and is often the first service users learn & explore in the AWS ecosystem. However, ...Jul 24, 2024·8 min read
hashnode.localstack.cloudDeploy and invoke Lambda functions in LocalStack using VS Code ExtensionLocalStack is a cloud service emulator designed for local development and testing of cloud applications. With LocalStack's Lambda emulation, you can define and deploy Lambda functions locally, alongside other serverless components like DynamoDB, SQS,...Apr 29, 2024·7 min read
hashnode.localstack.cloudSimulating outages for local cloud apps with LocalStackLocalStack's core cloud emulator provides the capability to emulate various AWS services, including Lambda, DynamoDB, ECS, and more, directly on your local machine. One notable feature of LocalStack is its support for advanced disaster recovery testi...Apr 11, 2024·10 min read