Skip to content

StartApplication

Source: src/AWS/EMRServerless/StartApplication.ts

Runtime binding for emr-serverless:StartApplication.

Starts the bound Application — pre-warming its pre-initialized capacity ahead of a burst of job submissions so the first job skips the application cold start. Provide the implementation with Effect.provide(AWS.EMRServerless.StartApplicationHttp).

// init
const startApplication = yield* AWS.EMRServerless.StartApplication(app);
// runtime
yield* startApplication();