mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 11:59:29 +00:00
feat: convert aws/ cloud provider from Bash to TypeScript (#1693)
Migrates AWS Lightsail from 609-line bash (aws/lib/common.sh) to TypeScript, following the established Fly.io/local provider patterns. Type safety eliminates SigV4 signing bugs, @clack/prompts provides interactive bundle/region pickers, and error handling is explicit. - cli/src/aws/aws.ts — Core: AWS CLI wrapper, SigV4 REST API, auth, provisioning, SSH - cli/src/aws/agents.ts — Agent configs and install helpers - cli/src/aws/main.ts — Orchestrator - aws/*.sh — Converted to thin bun shims with bash fallback (curl|bash compatible) - cli/package.json — Version bump to 0.6.0 Fixes #1675 Agent: complexity-hunter Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
5cb36d0328
commit
850327c29d
10 changed files with 1511 additions and 33 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openrouter/spawn",
|
||||
"version": "0.5.35",
|
||||
"version": "0.6.0",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"spawn": "cli.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue