79119485

Date: 2024-10-23 19:45:38
Score: 1.5
Natty:
Report link

I couldn't get this rule to work. I ended up using a subscription instead:

aws logs put-subscription-filter \
 --log-group-name $project_repo \
  --filter-name "HealthCheckSuccessFilter" \
  --filter-pattern "$NGINX_READY_MESSAGE" \
  --destination-arn $FunctionArn
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: chassy Dave