UNPKG

@pwrdrvr/microapps-cdk

Version:

MicroApps framework, by PwrDrvr LLC, delivered as an AWS CDK construct that provides the DynamoDB, Router service, Deploy service, API Gateway, and CloudFront distribution.

5 lines (4 loc) 129 B
/** * Input like 'example.com.' will return as 'com.example' */ export declare function reverseDomain(domain: string): string;