UNPKG

@alma-cdk/cross-region-parameter

Version:

Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK

5 lines (4 loc) 125 B
/** * Upper case the first character of an input string. */ export declare function upperCaseFirst(input: string): string;