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! Go to 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
User | Count |
---|---|
30 | |
17 | |
6 | |
4 | |
3 |