Skip to content

New serverless pattern - agentcore-browser-cdk#3160

Open
NithinChandranR-AWS wants to merge 1 commit into
aws-samples:mainfrom
NithinChandranR-AWS:NithinChandranR-AWS-feature-agentcore-browser-cdk
Open

New serverless pattern - agentcore-browser-cdk#3160
NithinChandranR-AWS wants to merge 1 commit into
aws-samples:mainfrom
NithinChandranR-AWS:NithinChandranR-AWS-feature-agentcore-browser-cdk

Conversation

@NithinChandranR-AWS

Copy link
Copy Markdown
Contributor

Description

Amazon Bedrock AgentCore Browser with AWS Lambda. Starts managed headless browser sessions, navigates web pages, and extracts content for AI agents.

Architecture

AWS Lambda → Amazon Bedrock AgentCore Browser (start session / navigate / extract content)

Deployed and tested

  • Stack deploys successfully in us-east-1
  • list_sessions action: lists active browser sessions (200 OK)
  • browse action: starts session, navigates URL, extracts content, stops session
  • Uses public network mode for unrestricted web access

What makes this different

  • First pattern using AgentCore Browser L2 CDK construct
  • Zero infrastructure for headless browser management
  • Managed isolation: each session runs in its own sandbox

Deploy Amazon Bedrock AgentCore Browser with an AWS Lambda function that
starts managed headless browser sessions, navigates web pages, and
extracts content for AI agents. Enables agents to interact with live
web content without managing browser infrastructure.
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