AspNetCore.Diagnostics.HealthChecks icon indicating copy to clipboard operation
AspNetCore.Diagnostics.HealthChecks copied to clipboard

How to healthcheck amazon SQS using LocalStack?

Open jedielson opened this issue 11 months ago • 1 comments

Do we have a sample on how to health check aws sqs service using Localstack and having:

  • Custom endpoint
  • Basic Credentials

jedielson avatar Mar 16 '24 18:03 jedielson

@jedielson The documentation shows how to use Basic Credentials: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/tree/master/src/HealthChecks.Aws.Sqs

However, it does not appear to have an option to change the service url to specify localstack as the AWS provider.

Rvanmech avatar Apr 02 '24 21:04 Rvanmech