Skip to content

Fix resource links not found on Windows due to upper casing#6830

Merged
vimtor merged 2 commits intodevfrom
fix-windows-resources
Apr 29, 2026
Merged

Fix resource links not found on Windows due to upper casing#6830
vimtor merged 2 commits intodevfrom
fix-windows-resources

Conversation

@vimtor
Copy link
Copy Markdown
Collaborator

@vimtor vimtor commented Apr 29, 2026

Closes #6825

  • Windows uppercases all environment variable names, so SST_RESOURCE_theSomething becomes SST_RESOURCE_THESOMETHING and case-sensitive resource lookups fail
  • Always use a single SST_RESOURCES_JSON environment variable on Windows instead of individual SST_RESOURCE_* vars so JSON keys preserve casing
  • Add SST_RESOURCES_JSON support to Python, Rust, and Go SDKs with tests for all SDKs

@vimtor vimtor added bug Something isn't working windows labels Apr 29, 2026
@vimtor vimtor merged commit f38c297 into dev Apr 29, 2026
1 check passed
@vimtor vimtor deleted the fix-windows-resources branch April 29, 2026 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows: Resource links not found due to upper casing

1 participant