A draft of the 2.8 blog post. Feedback welcomed! <...
# development
h
๐Ÿ‘€ 1
@worried-salesclerk-37834 I'm still trying to wrap up docs for Google Cloud Functions and haven't written the blog section. Do you know how step 4 would work with GCF? https://www.pantsbuild.org/v2.8/docs/google-cloud-function-python And what's the alternative without Pants? Like with AWS Lambda, I think you'd normally use Cloud9
w
Similar to AWS. Either can use the console or cli with these commands. https://cloud.google.com/functions/docs/deploying/filesystem#deploy_using_the_gcloud_tool
๐Ÿ‘ 1
h
just checking: autoflake and pyupgrade are not working yet in any of the latest rcs, right?
ah, figured out what my problem is: thereโ€™s an issue in the docs here! should be
pants.backend.experimental.python.lint.autoflake
and
pants.backend.experimental.python.lint.pyupgrade
instead of
pants.backend.python.experimental.lint.autoflake
and
pants.backend.python.experimental.lint.pyupgrade
h
oh good catch, thanks!
๐Ÿ‘ 1
@worried-salesclerk-37834 could you please review https://www.pantsbuild.org/docs/google-cloud-function-python when you get a chance? I think it's correct now
w
Seems correct. I will try to build and deploy based on your docs tonight. Fighting the flu, so please forgive if it slips to tomorrow.
h
Thank you, although no rush at all! Sending you my positive energy to feel better ๐Ÿ™
b
Best wishes, Chris!