diff --git a/README.md b/README.md index 5a85e67..b79527c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Execute the following command from inside the previously created directory to deploy the cloud function. ``` -gcloud functions deploy --entry-point main --trigger-http --runtime python39 --env-vars-file .env.yml +gcloud functions deploy --entry-point main --trigger-http --runtime python310 --env-vars-file .env.yml ``` ## Support diff --git a/armis/README.md b/armis/README.md index 0d8daf0..abe4d5a 100644 --- a/armis/README.md +++ b/armis/README.md @@ -61,7 +61,7 @@ Execute the following command from inside the previously created directory to deploy the cloud function. ``` -gcloud functions deploy --gen2 --entry-point main --trigger-http --runtime python39 --env-vars-file .env.yml +gcloud functions deploy --gen2 --entry-point main --trigger-http --runtime python310 --env-vars-file .env.yml ``` ### Cloud Function Default Specifications @@ -84,4 +84,4 @@ gcloud functions deploy --gen2 --entry-point main --trigger-http ## Resources - [Install the gcloud CLI](https://cloud.google.com/sdk/docs/install) -- [Deploying cloud functions from local machine](https://cloud.google.com/functions/docs/deploying/filesystem) \ No newline at end of file +- [Deploying cloud functions from local machine](https://cloud.google.com/functions/docs/deploying/filesystem) diff --git a/dataminr/README.md b/dataminr/README.md index c4cb6c4..e668b82 100644 --- a/dataminr/README.md +++ b/dataminr/README.md @@ -62,7 +62,7 @@ Execute the following command from inside the previously created directory to deploy the cloud function. ``` -gcloud functions deploy --gen2 --entry-point main --trigger-http --runtime python39 --env-vars-file .env.yml +gcloud functions deploy --gen2 --entry-point main --trigger-http --runtime python310 --env-vars-file .env.yml ``` ### Cloud Function Default Specifications @@ -212,4 +212,4 @@ gcloud functions deploy --gen2 --entry-point main --trigger-http | target.resource.attribute.labels[post_media_video_info_variants_url] | post.media.video_info.variants.url | | | target.resource.resource_subtype | post.media.type | | | target.url | source.link | | -| target.user.user_display_name | source.displayName | | \ No newline at end of file +| target.user.user_display_name | source.displayName | |