Commit 5b5e2d9
Change port forwarding local port to 5433 and add operational commands documentation (#75)
## Summary
This PR updates the port forwarding configuration and adds documentation
for operational commands output by CDK deployment.
## Changes
1. **Port forwarding local port**: Changed from 5432 to 5433
- Avoids conflicts with local Docker Compose PostgreSQL instances
- Prevents accidental pushing of local changes to remote database
2. **Documentation**: Added a note in README.md describing the
operational commands
- Explains `DatabasePortForwardCommand` usage for local database
connections
- Mentions `DatabaseSecretsCommand` for retrieving credentials from AWS
Secrets Manager
3. **CDK snapshot tests**: Updated snapshots to reflect the port change
## Testing
- CDK snapshot tests updated and passing
- All changes verified locally
<!-- DO NOT EDIT: System generated metadata -->
<!-- WORKER_ID:1765360432079249 -->
Co-authored-by: remote-swe-app[bot] <123456+remote-swe-app[bot]@users.noreply.github.com>1 parent 5158c0c commit 5b5e2d9
4 files changed
Lines changed: 5 additions & 17 deletions
File tree
- cdk
- lib/constructs
- test/__snapshots__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
| 341 | + | |
349 | 342 | | |
350 | 343 | | |
351 | 344 | | |
| |||
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
| 375 | + | |
383 | 376 | | |
384 | 377 | | |
385 | 378 | | |
| |||
0 commit comments