Skip to content

New serverless pattern - eventbridge-scheduler-ai-agent-trigger#2992

Open
ras-al-jil wants to merge 2 commits intoaws-samples:mainfrom
ras-al-jil:ras-al-jil-feature-eventbridge-scheduler-ai-agent-trigger
Open

New serverless pattern - eventbridge-scheduler-ai-agent-trigger#2992
ras-al-jil wants to merge 2 commits intoaws-samples:mainfrom
ras-al-jil:ras-al-jil-feature-eventbridge-scheduler-ai-agent-trigger

Conversation

@ras-al-jil
Copy link
Copy Markdown

@ras-al-jil ras-al-jil commented Mar 13, 2026

Issue #2993, if available:

Description of changes:
This pattern demonstrates how to trigger an Amazon Bedrock AI Agent on a recurring schedule using Amazon EventBridge Scheduler. An orchestrator AWS Lambda function, invoked by the scheduler, sends a task payload to the Bedrock Agent, which processes the input, generates an execution summary, and persists the result to a DynamoDB table via an action group Lambda. The pattern includes retry logic, a dead-letter queue for failed invocations, and least-privilege IAM policies scoped to the agent alias ARN.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Copy Markdown
Contributor

@ellisms ellisms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ras-al-jil - thank you for your submission. Requesting a few changes.

Comment thread eventbridge-scheduler-ai-agent-trigger/README.md Outdated
Comment thread eventbridge-scheduler-ai-agent-trigger/README.md Outdated
Comment thread eventbridge-scheduler-ai-agent-trigger/main.tf
Comment thread eventbridge-scheduler-ai-agent-trigger/main.tf
Comment thread eventbridge-scheduler-ai-agent-trigger/README.md Outdated
@ras-al-jil
Copy link
Copy Markdown
Author

Hi @ellisms Thank you for reviewing
I have made the suggested changes. Do let me know if this is okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants