UNPKG

@altostra/core

Version:

Core library for shared types and logic

5 lines (4 loc) 153 B
export interface ProvisionedConcurrencyConfiguration { ProvisionedConcurrentExecutions: number; } export declare type AuthType = 'AWS_IAM' | 'NONE';