Skip to content

Instantly share code, notes, and snippets.

View george-ong's full-sized avatar

George Ong george-ong

  • Asana
  • San Francisco
View GitHub Profile
@george-ong
george-ong / gist:860214d8cd1918866f98c13b108bcc8f
Created April 9, 2026 20:36
Fix: handle com.amazonaws.cloudfront global service in enumerate_endpoint_services.py
# Fix: `com.amazonaws.cloudfront` causes AssertionError in `enumerate_endpoint_services.py`
## Problem
The daily "Publish Endpoints" GitHub Action is failing with:
```
AssertionError: Unexpected service name format com.amazonaws.cloudfront
```