Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

1K
Vistas
Exception: No RegionEndpoint or ServiceURL configured

I'm trying to connect to AWS DynamoDb by creating an AmazonDynamoDBClient.
I'm getting the following exception:

Amazon.Runtime.AmazonClientException: No RegionEndpoint or ServiceURL configured
at Amazon.Runtime.ClientConfig.Validate()
at Amazon.Runtime.AmazonServiceClient..ctor(AWSCredentials credentials, ClientConfig config)


I have the following lines in my App.Config file (the actual keys are in my code):

  <appSettings>
    <add key="AWSProfileName" value="development" />
    <add key="AWSAccessKey" value="XXXXXXXXXX" />
    <add key="AWSSecretKey" value="YYYYYYYYYY" />
    <add key="AWSRegion" value="us-east-2" />
  </appSettings>


I also have a credentials file under the AWS folder. Includes the following:

[development]
aws_access_key_id = XXXXXXXX
aws_secret_access_key = YYYYYYYYYY


In my code, I'm simply calling to:

AmazonDynamoDBClient client = new AmazonDynamoDBClient();


I'm working in visual-studio 2019. This used to work when I was working in a simple console application environment. Now I am working under Azure-Functions template project.
Why am I getting error?

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

Not sure why it is not working since you have added AWSRegion to the config. I suggest to add the below to your credentials file

[development]
aws_access_key_id = XXXXXXXX
aws_secret_access_key = YYYYYYYYYY
region = us-east-2
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda