You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/time-series-serverless/README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,11 @@ CREATE TABLE `tsdemo/data1` (
28
28
To create service account you need to go to cloud console to **Service accounts** in left pane and create account with **editor** and **viewer** roles.
29
29
Remember account id, it will be used later to allow access to serverless database.
30
30
31
+
To grab the list of service accounts in the command line, the following can be used:
32
+
```shell
33
+
yc iam service-account list
34
+
```
35
+
31
36
# Create cloud function
32
37
Create cloud function from source code. You should archive source code directory to zip file and upload it into **Cloud functions** section.
33
38
Please do not forget to add requirements.txt to this archive.
0 commit comments