Integrating Amazon Bedrock AgentCore with Slack

Amazon AWS AI Blog / 3/24/2026

💬 OpinionDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • The post shows how to build a Slack integration by using AWS Cloud Development Kit (AWS CDK) with Amazon Bedrock AgentCore as the agent backend.
  • It outlines deploying the needed infrastructure using three specialized AWS Lambda functions and wiring them to support the end-to-end Slack workflow.
  • It emphasizes configuring event subscriptions correctly to meet Slack’s security requirements so the integration can receive and validate events.
  • It describes conversation management patterns intended to work across a wide range of agent use cases, improving how multi-turn interactions are handled.
In this post, we demonstrate how to build a Slack integration using AWS Cloud Development Kit (AWS CDK). You will learn how to deploy the infrastructure with three specialized AWS Lambda functions, configure event subscriptions properly to handle Slack's security requirements, and implement conversation management patterns that work for many agent use cases.