Home › Forums › AWS › AWS Certified Generative AI Developer – Professional AIP-C01 › Possibly wrong order of steps › Reply To: Possibly wrong order of steps
-
Hello Viktorrr,
Thanks for pointing this out. Your understanding is correct, and we appreciate you taking the time to raise it.
The original order of steps (Step 1 → Step 2 → Step 3) reflects the conceptual workflow: first define the BDA project and blueprints, then conceptually set up the event trigger, and finally execute the extraction via Lambda. From an exam standpoint, this order shows the logical flow of processing documents rather than literal resource creation.
However, in an actual AWS deployment, your understanding is correct: the sequence should be Step 1, Step 3, then Step 2. You first create the BDA project, then create the Lambda function that calls InvokeDataAutomationAsync, and finally configure the EventBridge rule to trigger the Lambda, because EventBridge requires the Lambda to exist beforehand.
We appreciate you highlighting this. We have already flagged the question and will update it to make the wording clearer and better reflect the exam context. Feel free to reach out if you have any follow-up questions.
Regards,
Lois @ Tutorials Dojo