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: src/content/docs/aws/integrations/aws-sdks/index.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,19 @@ description: Use LocalStack with AWS SDKs to manage your AWS resources locally.
4
4
template: doc
5
5
sidebar:
6
6
order: 1
7
-
---
7
+
---
8
+
9
+
## Introduction
10
+
11
+
LocalStack integrates with official AWS Software Development Kits (SDKs) so you can connect to LocalStack services using the same SDKs you use for AWS services.
12
+
This lets you develop and test your applications locally without connecting to the cloud.
13
+
14
+
## How to connect with AWS SDKs?
15
+
16
+
To connect to LocalStack services using AWS SDKs, you can use one of the following methods:
17
+
18
+
-**Manual configuration:** Manually configure the SDK to connect to LocalStack services by setting the endpoint URL to `http://localhost:4566` or `localhost.localstack.cloud:4566`.
19
+
This can also be specified using a [profile or an environment variable](https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html).
20
+
-**Transparent endpoint injection (recommended):** Connect to LocalStack services without modifying your application code.
21
+
Transparent endpoint injection uses the integrated DNS server to resolve AWS API calls to target LocalStack.
22
+
Refer to the [Transparent Endpoint Injection](/aws/capabilities/networking/transparent-endpoint-injection/) guide for more information.
LocalStack for Snowflake provides advanced capabilities that enhance your development workflow and enable sophisticated testing scenarios beyond basic Snowflake service emulation.
0 commit comments