Skip to content

Commit 234ae08

Browse files
committed
chore: fix pulumi resource things with local command [skip ci]
1 parent 9f424c9 commit 234ae08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VirtualFinland.UsersAPI.Deployment/Features/LambdaFunctionUrl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public LambdaFunctionUrl(Config config, StackSetup stackSetup, VpcSetup vpcSetup
133133
new Command($"{stackSetup.ProjectName}-AddPermissions-{stackSetup.Environment}", new CommandArgs
134134
{
135135
Create = Output.Format(
136-
$"aws lambda add-permission --function-name {lambdaFunction.Arn} --action lambda:InvokeFunctionUrl --principal '*' --function-url-auth-type NONE --statement-id FunctionUrlAllowAccess")
136+
$"aws lambda add-permission --function-name {lambdaFunction.Arn} --action lambda:InvokeFunctionUrl --principal '*' --function-url-auth-type NONE --statement-id FunctionUrlGrantAccess")
137137
}, new CustomResourceOptions
138138
{
139139
DeleteBeforeReplace = true,

0 commit comments

Comments
 (0)