Replies: 1 comment
-
|
Hi @bruderj15! I'm with the LocalStack Support Team. I've been looking into this, but I'm having some trouble reproducing the issue on my end. Would you mind sharing LocalStack logs and/or a simple reproduction sample so I can take a closer look? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I am operating Localstack Pro and deploy an OpenSearch instance and some Lambdas locally via Cloudformation.
Works great, but I cannot seem to connect to OpenSearch from within my Lambdas.
I studied localstack/localstack#5723 but cannot get the hang of it.
I feel like I tried everything under the sun.
I will share my setup and attempts below.
No idea what more to try.
I would appreciate help very much.
Thank you.
Cloudformation Snippet
Notes
4566http://localhost:4566/test-domainl.aws.handlers.logging : exception during call chain: Unable to find operation for request to service es: POST /test-domain/shops/_searchAttempts to reach OpenSearch from within Lambda
http://host.docker.internal:4566/test-domainvia"LAMBDA_DOCKER_FLAGS=--add-host=host.docker.internal:host-gateway"http://172.17.0.2:4566/test-domainwhere172.17.0.2was resolved fromLOCALSTACK_HOSThttp://localhost.localstack.cloud:4566/eu-central-1/opensearch/test-domainaligned with Unable to Connect to localstack's OpenSearch with the Endpoint provided localstack#5723 (comment)http://test-domain.eu-central-1.es.localstack.cloud:4566http://test-domain.eu-central-1.opensearch.localstack.cloud:45669200insteadBeta Was this translation helpful? Give feedback.
All reactions