cli: hotswap support for AWS::Bedrock::Agent #31296
Labels
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
hotswap
p2
package/tools
Related to AWS CDK Tools or CLI
Describe the feature
CDK CLI hotswap should support
AWS::Bedrock::Agent
resource to quickly deploy the configuration of Agents for Amazon Bedrock agents.Use Case
When we develop an agent of Agents for Amazon Bedrock, we need to deploy CFn template a lot. The definition of an agent contains an instruction, descriptions for available tools, system prompt overrides, etc. Every time we change these configurations, we have to wait 30~60s to deploy the CFn stack. If we can deploy it with hotswap (which usually finishes in a few seconds), it would improve the test cycle greatly.
Proposed Solution
We can refer to previous pull requests like #27197 as an implementation reference.
Other Information
No response
Acknowledgements
CDK version used
2.155.0
Environment details (OS name and version, etc.)
macOS
The text was updated successfully, but these errors were encountered: