Skip to content

PublishRecipe

Source: src/AWS/DataBrew/PublishRecipe.ts

Runtime binding for databrew:PublishRecipe — snapshots the bound recipe’s LATEST_WORKING steps as the next numbered published version (recipe jobs consume the latest published version by default).

const publishRecipe = yield* AWS.DataBrew.PublishRecipe(recipe);
const { Name } = yield* publishRecipe({ Description: "nightly cut" });