Skip to content

Commit

Permalink
disable cf permissions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed May 4, 2024
1 parent 8d58d4a commit f3c24db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/lib/stacks/website-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class WebsiteStack extends cdk.Stack {
apiLambdaFunctionURL: api.functionURL,
});

uiResources.grantRead(cf.distribution);
// uiResources.grantRead(cf.distribution);
uiResources.deployResourcesZip(props.uiResourcesZipPath, cf.distribution);

this.distribution = cf.distribution;
Expand Down

0 comments on commit f3c24db

Please sign in to comment.