Skip to content

Commit 85ea89f

Browse files
author
Andrea Scuderi
committed
Fix image and improve content
1 parent ed73287 commit 85ea89f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Setting up a consistent, cross-platform Swift development environment can be tri
44

55
You'll get a fully functional Swift environment that runs inside Docker, complete with debugging, code completion, and a local AWS cloud stack for all your testing needs. Best of all? It works identically on macOS, Linux, and Windows.
66

7+
LocalStack is a fully functional local AWS cloud stack that allows you to test your cloud applications locally without connecting to the real AWS cloud. It provides a set of APIs that mimic the behavior of AWS services, making it easy to develop and test your applications in a safe and controlled environment.
8+
9+
![The Ultimate Swift Dev Environment](/images/swift-vscode-dev-continer-localstack.png)
10+
711
-----
812

913
## Prerequisites
@@ -14,7 +18,8 @@ Before we start, make sure you have these tools installed on your system:
1418
* [Visual Studio Code](https://code.visualstudio.com/download)
1519
* [Visual Studio Code Remote - Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
1620
* [Docker Compose V2](https://docs.docker.com/compose/cli-command/)
17-
* It's also helpful to review the [official guide on configuring VS Code for Swift](https://www.swift.org/documentation/articles/getting-started-with-vscode-swift.html).
21+
* It's also helpful to review the [official guide on configuring VS Code for Swift](https://www.swift.org/documentation/articles/getting-started-with-vscode-swift.html) and install Swift extension.
22+
1823

1924
-----
2025

0 commit comments

Comments
 (0)