0

I'm trying to set up a simple route53 health check that checks if the database is available using python and AWS CDK, but have not been able to find any examples of how to accomplish this.

fedonev
  • 20,327
  • 2
  • 25
  • 34
Jerms3033
  • 91
  • 3
  • 10

1 Answers1

0

You are looking for the CfnHealthCheck construct. The docs have a complete example.

fedonev
  • 20,327
  • 2
  • 25
  • 34