How to deploy Quick Automate application without creating trigger option settings?

  1. I just created a simple Amazon Quick automate application.

  1. Need to trigger above automate flow via Lambda function without creating trigger option settings.

In Amazon Quick Automate, you can’t completely skip a trigger; every flow needs an entry point. however you don’t need a trigger config that users can see.

What people do here most of the time:

Set up an API or webhook trigger (which doesn’t require any UI interaction) and then call that endpoint from your Lambda function.

alt pattern (better for aws setups):

Wrap your logic in Lambda or make Lambda available through API Gateway. Then Quick Automate is only an option, not the method to get in.

If you want to retain Quick Automate the way it is, the only way to do so is
→ set up a lightweight trigger (webhook) → call it from Lambda

Quick Automate runtime doesn’t support direct “triggerless” execution.

Hi @Krishna_Vengalasetty

I wanted to follow up here as it has been a while since last communication on this thread took place. Was the response above useful for your scenario?

Please let us know if you need any additional clarification or if you have any more questions. If we don’t hear back within the next 3 business days, I’ll go ahead and mark this thread as solved.

Thank you.