Hello I'm testing aws-native.bedrockagentcore.Runtime and it works well but I couldn't find the docu...
f
Hello I'm testing aws-native.bedrockagentcore.Runtime and it works well but I couldn't find the documentation/way to create bedrock agentcore memory resource like in : https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/CreateMemoryCommand/ Does it exist in pulumi ?
a
Hey, not yet: The AWS classic provider is waiting for support for Agentcore in the TF AWS provider: https://github.com/hashicorp/terraform-provider-aws/issues/43424 The AWS Native provider does support some agentcore resources but not the memory AFAIK: https://www.pulumi.com/registry/packages/aws-native/api-docs/bedrockagentcore/ I suspect that AWS is yet to add it to their CC API which the native provider uses
ah, nevermind, they have: https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-memory.html This will get pulled into the next AWS Native release
f
nice cant wait to have this hehe :)