We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc7699 commit 7fd6554Copy full SHA for 7fd6554
storage/framework/core/cloud/src/helpers.ts
@@ -608,9 +608,10 @@ export async function getOrCreateTimestamp(): Promise<string> {
608
609
610
// get the CloudFront distribution ID of the current stack
611
-// export async function getCloudFrontDistributionId(): Promise<string> {
+export async function getCloudFrontDistributionId(): Promise<string> {
612
+ return ''
613
// return await runCommand(`aws cloudfront list-distributions --query "DistributionList.Items[?Origins.Items[0].DomainName=='${config.app.url}'].Id"`)
-// }
614
+}
615
616
617
// function isProductionEnv(env: string) {
0 commit comments