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
When deploying my RDS stack I have it put it's hostname into an SSM Parameter to be used by Lambda functions later. This doesn't seem to work when configuring LOCALSTACK_HOSTNAME, HOSTNAME and HOSTNAME_EXTERNAL.
Given the following docker-compose.yaml and cdk files
Hi! We just wanted to follow up to see whether your issue has been resolved. Were you able to get it working with the latest version of LocalStack? We would appreciate your feedback!
When deploying my RDS stack I have it put it's hostname into an SSM Parameter to be used by Lambda functions later. This doesn't seem to work when configuring
LOCALSTACK_HOSTNAME
,HOSTNAME
andHOSTNAME_EXTERNAL
.Given the following
docker-compose.yaml
and cdk filesI get the following results when querying by console
Of note here is that the endpoint from
describe-db-clusters
is172.26.0.1:4511
whereas the value that gets stored in ssm islocalhost
The text was updated successfully, but these errors were encountered: