Go client connection problem on lambda

We are using Go Client to connect from lambda to Aerospike. Application is not able to get connection from Aerospike cluster. But we can connect aerospike from lambda using Java Client.

Sorry for late response. What is the error you get?

Getting connection time out, on using Go Cient from AWS lambda. Same Aerospike cluster is connecting using Java Client from AWS lambda.

Are there any policy differences in both Client.

Can you post a code snippet of the connection part?

There may be some differences. When connecting, you pass a ClientPolicy to the NewClientXXX method variants. You can set the timeout there.