You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/container-supported-development.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,10 @@ With container-supported development, it's easy to run databases locally. In thi
51
51
52
52
{{< youtube-embed VieWeXOwKLU >}}
53
53
54
+
> [!TIP]
55
+
>
56
+
> Learn more about running databases in containers in the [Use containerized databases](/guides/databases.md) guide.
57
+
54
58
### Demo: mocking API endpoints
55
59
56
60
Many APIs require data from other data endpoints. In development, this adds complexities such as the sharing of credentials, uptime/availability, and rate limiting. Instead of relying on those services directly, your application can interact with a mock API server.
@@ -59,6 +63,10 @@ This demo will demonstrate how using WireMock can make it easy to develop and te
59
63
60
64
{{< youtube-embed VXSmX6f8vo0 >}}
61
65
66
+
> [!TIP]
67
+
>
68
+
> Learn more about using WireMock to mock API in the [Mocking API services with WireMock](/guides/use-case/wiremock.md) guide.
69
+
62
70
### Demo: developing the cloud locally
63
71
64
72
When developing apps, it's often easier to outsource aspects of the application to cloud services, such as Amazon S3. However, connecting to those services in local development introduces IAM policies, networking constraints, and provisioning complications. While these requirements are important in a production setting, they complicate development environments significantly.
@@ -67,10 +75,14 @@ With container-supported development, you can run local instances of these servi
67
75
68
76
{{< youtube-embed JtwUMvR5xlY >}}
69
77
78
+
> [!TIP]
79
+
>
80
+
> Learn more about using LocalStack in the [Develop and test AWS Cloud applications using LocalStack](/guides/localstack.md) guide.
81
+
70
82
### Demo: adding additional debug and troubleshooting tools
71
83
72
84
Once you start using containers in your development environment, it becomes much easier to add additional containers to visualize the contents of the databases or message queues, seed document stores, or event publishers. In this demo, you'll see a few of these examples, as well as how you can connect multiple containers together to make testing even easier.
0 commit comments