Skip to content

docs(event-handler): add docs page for Bedrock Agent Function #3991

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 3, 2025

Conversation

dreamorosi
Copy link
Contributor

Summary

Changes

Please provide a summary of what's being changed

This PR adds a page to the docs dedicated to the new Event Handler for Bedrock Agent Functions.

This page borrows from the one being added in aws-powertools/powertools-lambda-python#6564 but deviates a bit due to the fact that we don't support OpenAPI specs for this feature.

This page follows the same structure as similar pages and includes:

  • a mermaid diagram to explain the flow (moved the Action Group in the same "box" as the agent)
  • a getting started section with SAM & CDK templates to create an agent
  • a section that explains how to create a tool, how parameters are handled
  • a section about error handling & custom responses
  • a section about working with session attributes
  • a section about how to access the current event and context

Please add the issue number below, if no issue is present the PR might get blocked and not be reviewed

Issue number: closes #3990


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

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@dreamorosi dreamorosi self-assigned this May 28, 2025
@boring-cyborg boring-cyborg bot added documentation Improvements or additions to documentation event-handler This item relates to the Event Handler Utility internal PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.) labels May 28, 2025
@pull-request-size pull-request-size bot added the size/XL PRs between 500-999 LOC, often PRs that grown with feedback label May 28, 2025
@dreamorosi dreamorosi changed the title Docs/bedrock agents docs(event-handler): add docs page for Bedrock Agent Function May 28, 2025
Copy link
Contributor

@leandrodamascena leandrodamascena left a comment

Choose a reason for hiding this comment

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

Hey @dreamorosi! i just left some comments that probably make sense you review it.

Copy link

sonarqubecloud bot commented Jun 3, 2025

@dreamorosi dreamorosi merged commit 7361e11 into main Jun 3, 2025
41 checks passed
@dreamorosi dreamorosi deleted the docs/bedrock_agents branch June 3, 2025 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation event-handler This item relates to the Event Handler Utility internal PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.) size/XL PRs between 500-999 LOC, often PRs that grown with feedback
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: add docs for Bedrock Agents feature
3 participants