Skip to content

Commit

Permalink
Expected to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Oct 12, 2023
1 parent 14411cd commit 49d6716
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions stack/cloud_function_ais_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@
),
)

# fxn = cloudfunctions.Function(
# function_name,
# name=function_name,
# entry_point="main",
# environment_variables=config_values,
# region=pulumi.Config("gcp").require("region"),
# runtime="python38",
# source_archive_bucket=bucket.name,
# source_archive_object=source_archive_object.name,
# trigger_http=True,
# service_account_email=cloud_function_service_account.email,
# )
fxn = cloudfunctions.Function(
function_name,
name=function_name,
entry_point="main",
environment_variables=config_values,
region=pulumi.Config("gcp").require("region"),
runtime="python38",
source_archive_bucket=bucket.name,
source_archive_object=source_archive_object.name,
trigger_http=True,
service_account_email=cloud_function_service_account.email,
)

# invoker = cloudfunctions.FunctionIamMember(
# construct_name("cloud-function-ais-invoker"),
Expand Down

0 comments on commit 49d6716

Please sign in to comment.