Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Execute the following command from inside the previously created directory to
deploy the cloud function.

```
gcloud functions deploy <FUNCTION NAME> --entry-point main --trigger-http --runtime python39 --env-vars-file .env.yml
gcloud functions deploy <FUNCTION NAME> --entry-point main --trigger-http --runtime python310 --env-vars-file .env.yml
```

## Support
Expand Down
4 changes: 2 additions & 2 deletions armis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Execute the following command from inside the previously created directory to
deploy the cloud function.

```
gcloud functions deploy <FUNCTION NAME> --gen2 --entry-point main --trigger-http --runtime python39 --env-vars-file .env.yml
gcloud functions deploy <FUNCTION NAME> --gen2 --entry-point main --trigger-http --runtime python310 --env-vars-file .env.yml
```

### Cloud Function Default Specifications
Expand All @@ -84,4 +84,4 @@ gcloud functions deploy <FUNCTION NAME> --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)
- [Deploying cloud functions from local machine](https://cloud.google.com/functions/docs/deploying/filesystem)
4 changes: 2 additions & 2 deletions dataminr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Execute the following command from inside the previously created directory to
deploy the cloud function.

```
gcloud functions deploy <FUNCTION NAME> --gen2 --entry-point main --trigger-http --runtime python39 --env-vars-file .env.yml
gcloud functions deploy <FUNCTION NAME> --gen2 --entry-point main --trigger-http --runtime python310 --env-vars-file .env.yml
```

### Cloud Function Default Specifications
Expand Down Expand Up @@ -212,4 +212,4 @@ gcloud functions deploy <FUNCTION NAME> --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 | |
| target.user.user_display_name | source.displayName | |