Hamish Buckmaster

Results 3 issues of Hamish Buckmaster

Outputs the packages and versions from publishing to a JSON file. ## Description When `lerna publish --summary-file ` It'll create a file to easily see what's been published and what...

## Purpose I'd like to confirm / create services from a json something along the lines of ```json { "environments": [ { "name": "production", "plugins": [ { "type": "postgres" },...

# Context I suspect there is an issue when using `$transform` with existing resources. e.g say you have a SST Next app ```typescript const next = new sst.aws.Nextjs("MyWeb", { domain:...