UNPKG

@shortcm/cloudfront-ip-ranges

Version:

Get Cloudfront IPs for use in trust proxy configurations

10 lines (8 loc) 149 B
export interface IService { ip_prefix: string; region: string; service: string; } export interface IServicePrefix { prefixes: IService[]; }