AspNetCore.Diagnostics.HealthChecks
AspNetCore.Diagnostics.HealthChecks copied to clipboard
How to healthcheck amazon SQS using LocalStack?
Do we have a sample on how to health check aws sqs service using Localstack and having:
- Custom endpoint
- Basic Credentials
@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.