18 Ekim 2023 Çarşamba

Localstack Nedir

Giriş
Açıklaması şöyle. Yani AWS servisleri için bir  emülatör
LocalStack is a cloud service emulator that runs in a single container on your laptop or in your CI environment. With LocalStack, you can run your AWS applications or Lambdas entirely on your local machine without connecting to a remote cloud provider! Whether you are testing complex CDK applications or Terraform configurations, or just beginning to learn about AWS services, LocalStack helps speed up and simplify your testing and development workflow.
Açıklaması şöyle
LocalStack is a cloud service emulator that runs AWS services solely on your laptop without connecting to a remote cloud provider .
Kurulum
Açıklaması şöyle
There are several ways to install LocalStack (LocalStack CLILocalStack CockpitDocker, Docker-ComposeHelm).
Docker
Örnek
Şöyle yaparız
docker run --rm -it 
  -p 4566:4566 
  -p 4510-4559:4510-4559 
 localstack/localstack

Hiç yorum yok:

Yorum Gönder