Hello,
While it's cool that SST supports adding new providers via this repo, it seems like there isn't much bandwidth to actually support this from SST's side.
We've got several PRs that we'd like to see merged (#47, #53, #57), but most of those have been open for a while.
I haven't had a chance to go through the internals of SST yet to see what's needed, but can we just run the codegen scripts from this package and publish to npm on our own? Does SST require/expect them to be under a certain namespace? And how would we do the equivalent of sst add <provider> for our own published packages?
Hello,
While it's cool that SST supports adding new providers via this repo, it seems like there isn't much bandwidth to actually support this from SST's side.
We've got several PRs that we'd like to see merged (#47, #53, #57), but most of those have been open for a while.
I haven't had a chance to go through the internals of SST yet to see what's needed, but can we just run the codegen scripts from this package and publish to npm on our own? Does SST require/expect them to be under a certain namespace? And how would we do the equivalent of
sst add <provider>for our own published packages?