justindra
03/05/2022, 3:29 PMthdxr
03/05/2022, 3:35 PMjustindra
03/05/2022, 3:41 PMFrank
Frank
Omi Chowdhury
03/05/2022, 10:13 PMjustindra
03/06/2022, 7:31 PMjustindra
03/06/2022, 7:35 PMFrank
Frank
justindra
03/07/2022, 5:17 PMSimon Reilly
03/09/2022, 8:28 AMnew StaticSite(this, "Site", {
path: "path/to/src",
provider: 'cloudflare'
});
new StaticSite(this, "Site", {
path: "path/to/src",
provider: 'vercel'
});
There would be a huge burden to maintain the translation layer between a generic Site props to a specific provider Site props.
Some rough attempts here though from August 2021 https://github.com/simonireilly/cdktf-resource-project/blob/main/infra/main.tsSimon Reilly
03/09/2022, 8:31 AMFrank
Simon Reilly
03/10/2022, 8:20 AMOmi Chowdhury
03/10/2022, 2:48 PM