You can now configure Seed to disable generating downstream artifacts.

Seed by default generates some build artifacts for downstream stages. These artifacts are used to generate CloudFormation change sets when promoting. If you are not promoting builds across stages, you can now disable this by adding the following to your Seed build spec.

disable_artifacts: true

Read more about creating a build spec and promoting to production over on our docs.