Commit feb8810
fix(dev): leave AWS_PROFILE unset for boto3 in api-gateway
boto3 treats a set-but-empty AWS_PROFILE as a missing named profile
(ProfileNotFound) and ignores the exported env credentials. Leaving it
unset makes boto3 use the AWS_ACCESS_KEY_ID/SECRET creds above.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 07406bd commit feb8810
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
0 commit comments