Skip to content

Commit b38af50

Browse files
author
Malmee Weerasinghe
committed
SNS-1907: update readme
1 parent 03eb75c commit b38af50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ app.synth();
288288
# Cloud functions gen 2
289289
It is recommended by google to use the [gen 2](https://cloud.google.com/functions/docs/concepts/version-comparison) functions wherever possible.
290290

291-
The latest `1.3.6-alpha` is an upgraded version to use gen 2 functions, which is still in alpha stage. This is currently being used in [Sneakers-n-stuff](https://bitbucket.org/space48/sneakersnstuff-backend).
291+
The cloud-seed `v1.3.6-alpha` is an upgraded version to use gen 2 functions, which is still in alpha stage. This is currently being used in [Sneakers-n-stuff](https://bitbucket.org/space48/sneakersnstuff-backend).
292292

293-
If you upgrade a project, that is using an older version of cloud-seed (ex:`v1.3.0` is the latest stable version) to the `1.3.6-alpha` version, the existing cloud functions (which use older `csktf` npm modules) will be deleted and recreated. This can lead to an issue as functions/topics/secrets can't be created with the same name for 7 days, when they get deleted. Therefore upgrading a project that uses cloud-seed, has to be done cautiously.
293+
If you upgrade a project, that is using an older version of cloud-seed (ex:`v1.3.0` is the latest stable version) to the `1.3.6-alpha` version, all the existing cloud functions (which use older `csktf` npm modules) will be deleted and recreated. This can lead to an issue as functions/topics/secrets can't be created with the same name for 7 days, when they get deleted. Therefore upgrading a project that uses cloud-seed, has to be done cautiously.
294294

295295
But for a new project it is recommended to use the `1.3.6-alpha` version with gen 2 functions support.
296296

@@ -313,9 +313,9 @@ If a version is not given, the function will be automatically added as a gen 1.
313313

314314
### prerequisites
315315

316-
- __1. `python` and `make` should be installed in the build server__
316+
- __ `python` and `make` should be installed in the build server__
317317

318-
- __2. add to the bitbucket pipeline build step__
318+
1. add to the bitbucket pipeline build step
319319

320320
```yaml
321321
- step: &build
@@ -328,7 +328,7 @@ If a version is not given, the function will be automatically added as a gen 1.
328328
- ./bitbucket-pipelines/install_python_and_make.sh
329329
```
330330
331-
- __3. Add a new bash script: `install_python_and_make.sh`__
331+
2. Add a new bash script: `install_python_and_make.sh`
332332

333333
```bash
334334
#!/bin/bash

0 commit comments

Comments
 (0)