You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
⚠ BREAKING CHANGES
bedrockagentcore:Gateway metric helpers now emit corrected CloudWatch dimensions per-gateway
metrics use { Operation, Protocol, Resource } (was { Resource }). Alarms/dashboards built on the
old dimensions must be updated.
bedrockagentcore:RuntimeBase metric helpers now emit corrected CloudWatch dimensions per-resource metrics use { Operation, Name, Resource } (was { Resource }) and aggregated metrics use { AggregateOperation } (was { Resource: 'All' }). Alarms/dashboards built on the old dimensions must be updated.
glue-alpha:IDatabase.catalogArn and IDatabase.catalogId were removed in factor of a type
safe ICatalog, which has catalogArn and catalogId. Consumers and implementations were updated
accordingly.