Skip to content

parameterize generate-dev#3329

Merged
lucix-aws merged 1 commit intomainfrom
gendev
Feb 19, 2026
Merged

parameterize generate-dev#3329
lucix-aws merged 1 commit intomainfrom
gendev

Conversation

@lucix-aws
Copy link
Contributor

see source comment

@lucix-aws lucix-aws requested a review from a team as a code owner February 19, 2026 20:09
@Madrigal
Copy link
Contributor

Love the idea (I'm running into this right now), ideally there would be a way to do this to also just generate the service you're interested in, since that's what takes the most time.

My workflow right now is something like

// make changes to smithy-go
cd ../smithy-go && make && cd ../aws-sdk-go-v2 && SMITHY_GO_BUILD_API=com.amazonaws.s3#AmazonS3 make smithy-build && gofmt -w -s service/s3

and then manually check changes

@lucix-aws lucix-aws merged commit 766b176 into main Feb 19, 2026
21 checks passed
@lucix-aws lucix-aws deleted the gendev branch February 19, 2026 20:38
@lucix-aws
Copy link
Contributor Author

Not so coincidentally I have almost the exact same thing but with aliases

smg && smgb && go2 && SMITHY_GO_BUILD_API=com.amazonaws.sqs SMITHY_GO_EXPERIMENTAL_SERDE=com.amazonaws.sqs make generate-dev && cd service/sqs && go build ./...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants