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
@@ -164,7 +164,7 @@ The configuration includes the following parameters:
164
164
### Security and secret management
165
165
166
166
>**Important**:
167
-
We recommend you to not commit in VCS, and to not share your Project ID or access key to ensure the security of your configuration file, which may contain sensitive data.
167
+
We recommend you to not commit in a Version Control System (VCS), and to not share your Project ID or access key to ensure the security of your configuration file, which may contain sensitive data.
168
168
169
169
To keep your information safe and to share or commit your `serverless.yml` file you should remove your credentials from the file. Once you have done so, you can either:
170
170
- use global environment variables, or
@@ -225,7 +225,7 @@ function handle (event, context, cb) {
225
225
};
226
226
```
227
227
228
-
The use of ES modules is encouraged, since they are more efficient and make setup and debugging much easier.
228
+
The use of ES modules is encouraged since they are more efficient and make setup and debugging much easier.
229
229
230
230
Note that using `"type": "module"` or `"type": "commonjs"` in your `package.json` file will enable or disable some features in Node runtime, such as:
0 commit comments