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: .guides/upgrade.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
This guide provides a step-by-step process for migrating a single Cloud Function from 1st to 2nd generation. Migrate functions incrementally, running both generations side-by-side.
4
4
5
-
## 1. Identify a v1 function to upgrade
5
+
## 1. Identify a 1st-gen function to upgrade
6
6
7
-
Let's say you have a 1st gen HTTP function like this:
7
+
Find all 1st-gen functions in the directory. 1st-gen functions used a namespaced API like this:
0 commit comments