Cloud Functions: 3 Ways: Challenge Lab issue

Hi,

I am unable to receive credit for

lab - "Cloud Functions: 3 Ways: Challenge Lab"

task -  "Task 2. Create, deploy, and test a Cloud Storage function (2nd gen)"

even though the function triggers when I upload a file.

Is there an issue with the lab or am I doing something wrong?

Thanks

Solved Solved
1 7 1,525
1 ACCEPTED SOLUTION

Use entry point same as function name for example

gcloud beta functions deploy cs-logger \
--gen2 \
--runtime nodejs16 \
--entry-point cs-logger \
--source . \
--region $REGION \
--trigger-bucket $BUCKET \
--trigger-location $REGION \
--max-instances 2

View solution in original post

7 REPLIES 7
Top Labels in this Space