Arama Sonuçları: "#Localstack"

15 sonuç
Pablo Pérez-Aradros
Pablo Pérez-Aradros@pabpereza·
LocalStack simula el API de AWS, desacoplado del cliente. Usa el CLI de AWS, Terraform, Pulumi o VotoTres para llamar al API. Cambia las referencias para apuntar a lo local. #AWS #LocalStack
Español
0
0
6
150
Efficiently Connected, Inc.
Efficiently Connected, Inc.@Eff_Connected·
LocalStack is on fire 🔥 350M Docker pulls 60K stars 1,500+ customers Local-first cloud dev is officially mainstream. Faster loops, zero IAM drama, safer serverless, cheaper testing. A digital twin for AWS on your laptop 💻⚡️ #LocalStack #AWS #reInvent2025 #DevEx
Efficiently Connected, Inc. tweet media
English
0
0
1
26
DevOps Stuff's
DevOps Stuff's@devops_inside·
DevOps Diaries: Today I just explored an interesting tool, just sharing with you guys also. #LocalStack - This is an open-source tool that lets you run AWS cloud services locally on your machine, without needing an actual AWS account or paying for AWS usage. Instead of deploying your Lambda, S3 bucket, or DynamoDB table to real AWS (which takes time and money), you can run them locally using LocalStack - all in a Docker container. Community version covers most basic AWS services, but there are limitations - but enough to get started and see how it works. This is how I created a S3 locally and upload files: 1. aws s3 mb s3://bucket1 --endpoint-url=localhost.localstack.cloud:4566 2. aws s3 cp j s3://bucket1 --endpoint-url=localhost.localstack.cloud:4566 upload: ./j to s3://bucket1/j 3. aws s3 ls s3://bucket1 --endpoint-url=localhost.localstack.cloud:4566 2025-11-12 08:32:03     0 j This is fun, is n't it? 😃 Note: I’m not sure how often they update their APIs to keep up with AWS changes. There are also some limitations when using it for real development work. If anyone has tried replacing their AWS dev playground with LocalStack, Please share your experience. #AWS #DevOps #CloudComputing #SRE
DevOps Stuff's tweet media
English
12
64
437
26.9K