mirror of https://github.com/docker/docs.git
Set linktitles for Kafka and LocalStack guides (#20959)
This commit is contained in:
parent
88b57d85d1
commit
d03a730a2f
|
@ -2,6 +2,7 @@
|
|||
description: Developing event-driven applications with Kafka and Docker
|
||||
keywords: kafka, container-supported development
|
||||
title: Developing event-driven applications with Kafka and Docker
|
||||
linktitle: Event-driven apps with Kafka
|
||||
toc_max: 2
|
||||
---
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
description: How to develop and test AWS Cloud applications using LocalStack and Docker
|
||||
keywords: LocalStack, container-supported development
|
||||
title: Develop and test AWS Cloud applications using LocalStack and Docker
|
||||
linktitle: AWS development with LocalStack
|
||||
---
|
||||
|
||||
In modern application development, testing cloud applications locally before deploying them to a live environment helps you ship faster and with more confidence. This approach involves simulating services locally, identifying and fixing issues early, and iterating quickly without incurring costs or facing the complexities of a full cloud environment. Tools like [LocalStack](https://www.localstack.cloud/) have become invaluable in this process, enabling you to emulate AWS services and containerize applications for consistent, isolated testing environments.
|
||||
|
|
Loading…
Reference in New Issue