Nisha Pnishacoder.hashnode.dev·Jan 11, 2025Setting Up Local AWS with LocalStackDeveloping applications that rely on AWS can be challenging without a reliable testing setup. Constantly deploying to a live AWS environment is not only time-consuming but also costly. Enter LocalStack—a tool that emulates AWS services locally. Combi...AWS
João Esperancinhajesperancinha.hashnode.dev·Jan 8, 2025Learning AWS with Localstack and Reactive Kotlin — A stamps and coins implementation1. Introduction Amazon Web Services have been around since at least 2002 to provide commercially available cloud computing. Whether in concept still or already physically available, the designation of cloud computing goes way back up until 1996. This...Kotlin
Avinash Dalviwww.internetkatta.com·Sep 30, 2024How to Test ElastAlert Locally Using LocalStack: A Step-by-Step GuideHello Devs , I was recently assigned the task of migrating alert notifications from Slack to Microsoft Teams. However, I encountered challenges testing these alerts in a live environment, especially the inability to delete ECS clusters or tasks witho...10 likes·97 readselastalert
Oscar Cortes Brachoolcortesb.hashnode.dev·Sep 12, 2024AWS SAM + LocalStackEn artículos anteriores he comentado sobre Mimic, un laboratorio de pruebas que he desarrollado con un stack serverless. Actualmente continuo trabajando en mimic y realizando distintas pruebas de herramientas de IaC (Infraestructura como código) Link...67 readsAWS
Oscar Cortes Brachoolcortesb.hashnode.dev·Sep 9, 2024LocalStack: Getting startedSome time ago, I tried LocalStack for serverless architecture locally (I'm always looking for ways to work with serverless locally: Link), and it left me with a very good impression. Now, I’ve seen that they’ve expanded their features and the service...AWS
Oscar Cortes Brachoolcortesb.hashnode.dev·Sep 5, 2024LocalStack: Guia de InicioHace algún tiempo probé localstack para arquitectura serverless de manera local(Siempre estoy buscando como trabajar con serverless localmente: Link) y me dejo muy buenas sensaciones, ahora he visto que ampliaron sus funcionalidades y los servicios q...1 like·197 readsAWS
Ayman Patelaymanace2049.hashnode.dev·Aug 31, 2024Localstack: Running AWS LocallyMost of us learn AWS products such as S3, DynamoDB etc. We open an AWS account. Then we give our credit card. Then we spin up resources. Finally we are done with work and forget to switch off the resources that we have set up. Alas, the bill arrives ...82 readsProgramminglocalstack
Harsh Bardhan MishraforLocalStackhashnode.localstack.cloud·Aug 19, 2024Testing 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...10 likes·513 readsAWS EventBridge
Erik Nathaneriknathan.hashnode.dev·Aug 13, 2024LocalStack: Emulando Serviços AWS LocalmenteO que é o LocalStack? LocalStack é uma ferramenta poderosa que permite emular serviços da AWS diretamente em sua máquina local. Ele roda em um único contêiner Docker, facilitando o desenvolvimento, testes e integração contínua (CI) sem a necessidade ...116 readsAWS
Harsh Bardhan MishraforLocalStackhashnode.localstack.cloud·Aug 9, 2024How 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...653 readslocalstack