import { ServiceConfig } from 'handel-extension-api'; export interface APIAccessConfig extends ServiceConfig { aws_services: string[]; }