Skip to content

Commit 807eece

Browse files
FIX trailing whitespace in README
1 parent 443abc0 commit 807eece

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,18 +188,18 @@ build/sphinx/html/
188188

189189
If you are migrating from an existing deployment, follow these steps in order to transition to the new **Python 3.13** and **Docker-based** build system:
190190

191-
1. **Install and Start Docker**
191+
1. **Install and Start Docker**
192192
Install Docker Desktop or Docker Engine and ensure the daemon is running. Docker is now a **mandatory** dependency for compiling Linux-compatible binaries.
193193

194-
2. **Clear Local Build Artifacts**
194+
2. **Clear Local Build Artifacts**
195195
Remove existing temporary files to prevent version conflicts between Python 3.11, 3.12, and 3.13:
196196

197197
```bash
198198
rm -rf terraform/modules/lambda/service/files/
199199
rm -rf terraform/modules/lambda/authorizer/files/
200200
```
201201

202-
3. **Initialize and Refresh Terraform**
202+
3. **Initialize and Refresh Terraform**
203203
Update providers and synchronize the state with the new `null_resource` logic:
204204

205205
```bash
@@ -208,14 +208,14 @@ If you are migrating from an existing deployment, follow these steps in order to
208208
terraform refresh
209209
```
210210

211-
4. **Deploy Infrastructure**
211+
4. **Deploy Infrastructure**
212212
Execute the deployment to build the new Python 3.13 layers and Node.js 18 authorizer:
213213

214214
```bash
215215
terraform apply
216216
```
217217

218-
5. **Verify Runtime and Authorizer**
218+
5. **Verify Runtime and Authorizer**
219219
Confirm that:
220220

221221
- Lambda functions are using **Python 3.13**

0 commit comments

Comments
 (0)