Skip to content

Commit

Permalink
document go lambda limitation with tei (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper authored Aug 19, 2024
1 parent 421f6dd commit 2fefc0a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ description: >
tags: ["Pro image"]
---

## Introduction

LocalStack provides Transparent Endpoint Injection,
which enables seamless connectivity to LocalStack without modifying your application code targeting AWS.
The [DNS Server]({{< ref "dns-server" >}}) resolves AWS domains such as `*.amazonaws.com` including subdomains to the LocalStack container.
Expand Down Expand Up @@ -103,3 +105,8 @@ Opting out will lead to certificate errors when using the AWS SDK without manual
Disabling SSL validation may have undesired side effects and security implications.
Make sure to use this only for local testing, and never in production.
{{< /callout >}}

## Current Limitations

- The mechanism to disable certificate validation for these requests is not currently functional with Go Lambdas.
To work around this issue, you'll need to manually set your endpoint when creating your AWS SDK client, as detailed in our documentation on the [Go AWS SDK](https://docs.localstack.cloud/user-guide/integrations/sdks/go/).

0 comments on commit 2fefc0a

Please sign in to comment.