@aws-cdk/aws-amplify-alpha
Version:
The CDK Construct Library for AWS::Amplify
12 lines (11 loc) • 334 B
TypeScript
import { Platform } from './app';
export declare function renderEnvironmentVariables(vars: {
[name: string]: string;
}): {
name: string;
value: string;
}[];
/**
* Utility function to check if the platform is a server-side rendering platform
*/
export declare function isServerSideRendered(platform?: Platform): boolean;