Skip to content
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

cli: hotswap support for AWS::Bedrock::Agent #31296

Open
2 tasks
tmokmss opened this issue Sep 3, 2024 · 1 comment
Open
2 tasks

cli: hotswap support for AWS::Bedrock::Agent #31296

tmokmss opened this issue Sep 3, 2024 · 1 comment
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

Comments

@tmokmss
Copy link
Contributor

tmokmss commented Sep 3, 2024

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.155.0

Environment details (OS name and version, etc.)

macOS

@tmokmss tmokmss added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Sep 3, 2024
@github-actions github-actions bot added the package/tools Related to AWS CDK Tools or CLI label Sep 3, 2024
@pahud
Copy link
Contributor

pahud commented Sep 3, 2024

Yes I was recently working on the bedrock agent as well and I agree it would be great to have the hostswap support.

Please help us prioritize with 👍 and we welcome pull requests.

@pahud pahud added p2 effort/medium Medium work item – several days of effort hotswap and removed needs-triage This issue or PR still needs to be triaged. labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants