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: docs/maintainers.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,20 +191,12 @@ This will publish the Lambda layer to the AWS China (Beijing) Region.
191
191
9.**Merge docs PR**: Once the `Layer Deployment (Partition)` workflow for the production China partition is complete,
192
192
merge the PR from step 4 to update the documentation with the new version.
193
193
10.**Update SSM Parameters (Beta)**: Run the `SSM Parameters` workflow with the `main` branch, targeting the `beta`
194
-
deployment environment, and using the package version from npm (i.e., `2.20.0`) and Lambda layer version from step 4.
194
+
deployment environment, and using the package version from npm (i.e., `2.20.0`).
195
195
This will update the SSM parameters with the new version.
196
-
11.**Verify SSM Parameters (Beta)**: Use the AWS CLI to verify that the SSM parameters were updated correctly. Run
197
-
the following command: `aws ssm get-parameter --name=/aws/service/powertools/beta/typescript/generic/all/latest`
198
-
and `aws ssm get-parameter --name=/aws/service/powertools/beta/typescript/generic/all/<version>` to verify that the
199
-
SSM parameters were updated correctly.
200
-
12.**Update SSM Parameters (Prod)**: Run the `SSM Parameters` workflow with the `main` branch, targeting the `prod`
201
-
deployment environment, and using the package version from npm (i.e., `2.20.0`) and Lambda layer version from step 4.
196
+
11.**Update SSM Parameters (Prod)**: Run the `SSM Parameters` workflow with the `main` branch, targeting the `prod`
197
+
deployment environment, and using the package version from npm (i.e., `2.20.0`).
202
198
This will update the SSM parameters with the new version.
203
-
13.**Verify SSM Parameters (Prod)**: Use the AWS CLI to verify that the SSM parameters were updated correctly. Run
204
-
the following command: `aws ssm get-parameter --name=/aws/service/powertools/typescript/generic/all/latest`
205
-
and `aws ssm get-parameter --name=/aws/service/powertools/typescript/generic/all/<version>` to verify that the
206
-
SSM parameters were updated correctly.
207
-
14.**Update Docs**: Run the `Rebuild latest docs` workflow with the `main` branch using the package version from
199
+
12.**Update Docs**: Run the `Rebuild latest docs` workflow with the `main` branch using the package version from
208
200
npm (i.e. `2.20.0`). This will update the documentation with the new version.
209
201
210
202
Once complete, you can start drafting the release notes to let customers know **what changed and what's in it for them (a.k.a why they should care)**. We have guidelines in the release notes section so you know what good looks like.
0 commit comments