Skip to content

Commit

Permalink
Add in everything
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Oct 10, 2023
1 parent 9dea248 commit c2b575e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions stack/cloud_function_ais_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@
service_account_email=cloud_function_service_account.email,
)

# invoker = cloudfunctions.FunctionIamMember(
# construct_name("cloud-function-ais-invoker"),
# project=fxn.project,
# region=fxn.region,
# cloud_function=fxn.name,
# role="roles/cloudfunctions.invoker",
# member="allUsers",
# )
invoker = cloudfunctions.FunctionIamMember(
construct_name("cloud-function-ais-invoker"),
project=fxn.project,
region=fxn.region,
cloud_function=fxn.name,
role="roles/cloudfunctions.invoker",
member="allUsers",
)

# config_values["FUNCTION_URL"] = fxn.https_trigger_url
config_values["FUNCTION_URL"] = fxn.https_trigger_url

0 comments on commit c2b575e

Please sign in to comment.