AWS Security ChangesHomeSearch

AWS powertools documentation change

Service: powertools · 2026-01-10 · Documentation low

File: powertools/typescript/latest/contributing/setup.md

Summary

Removed Cloud environment setup instructions (Gitpod/Codespaces) and simplified installation requirements

Security assessment

Changes involve removing cloud development environment options and simplifying setup instructions. No security vulnerabilities, configurations, or security-related content modifications are present. The changes appear to be documentation cleanup without security implications.

Diff

diff --git a/powertools/typescript/latest/contributing/setup.md b/powertools/typescript/latest/contributing/setup.md
index b61dc9380..ac216648e 100644
--- a//powertools/typescript/latest/contributing/setup.md
+++ b//powertools/typescript/latest/contributing/setup.md
@@ -73,3 +72,0 @@ Event Handler
-        * Cloud environment 
-          * Gitpod 
-          * GitHub Codespaces 
@@ -89,3 +85,0 @@ Table of contents
-  * Cloud environment 
-    * Gitpod 
-    * GitHub Codespaces 
@@ -117 +111 @@ Read this [introduction on how to fork and clone a project on GitHub](https://do
-Unless you're using the pre-configured Cloud environment, you'll need the following installed:
+You'll need the following installed:
@@ -132,31 +125,0 @@ Additional requirements if running end-to-end tests
-## Cloud environment¶
-
-A word of caution
-
-Before using one of the services below check out their pricing. You can find more information about each service pricing respectively on [Gitpod](https://www.gitpod.io/pricing) and [GitHub Codespaces](https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces) pages.
-
-Once provisioned, each Cloud environment will come with all development dependencies and tools you'll need to contribute already installed.
-
-### Gitpod¶
-
-To use a pre-configured Gitpod environment, create or login to a Gitpod account, then replace `YOUR_USERNAME` with your GitHub username or organization.
-    
-    
-    1
-
-| 
-    
-    
-    https://gitpod.io/#https://github.com/YOUR_USERNAME/powertools-lambda-typescript  #(1)!
-      
-  
----|---  
-  
-  1. For example, if your username is `octocat`, then the final URL should be `https://gitpod.io/#https://github.com/octocat/powertools-lambda-typescript`
-
-
-
-### GitHub Codespaces¶
-
-To use a pre-configured GitHub Codespaces environment, navigate to your fork of the repository, then click on the green `Code` button, and select `Create codespace on <branch_name>` under the `Codespaces` tab (where `<branch_name>` is the branch you want to work on).
-
@@ -165,2 +127,0 @@ To use a pre-configured GitHub Codespaces environment, navigate to your fork of
-> Assuming you've got all requirements.
-
@@ -243 +204 @@ If you have Python installed, you can run the documentation website and API refe
-2025-12-11 
+2026-01-08