Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@svozza svozza released this 20 Nov 16:39
ab43858

Added

  • Support for custom identity providers (SAML and OIDC) 61 510
  • Export of diagrams to myApplications
  • Export of diagrams to SVG
  • Application Insights dashboard to monitor health of solution
  • Number of supported resource types is over 450, newly added types include, but are not limited to:
    • AWS::AppSync::DataSource
    • AWS::AppSync::Resolver
    • AWS::MediaConnect::Flow
    • AWS::MediaConnect::FlowEntitlement
    • AWS::MediaConnect::FlowSource
    • AWS::MediaConnect::FlowVpcInterface
    • AWS::MediaPackage::PackagingConfiguration
    • AWS::MediaPackage::PackagingGroup
    • AWS::ServiceCatalogAppRegistry::Application
  • Increase in number of relationships not captured by AWS Config, including, but not limited to:
    • AWS::AppSync::DataSource -> AWS::Lambda::Function/AWS::DynamoDB::Table/AWS::Events::EventBus/AWS::RDS::DBCluster/AWS::OpenSearchService::Domain
    • AWS::AppSync::Resolver -> AWS::AppSync::GraphQLApi/AWS::AppSync::DataSource
    • AWS::S3::Bucket -> AWS::Lambda::Function/AWS::SQS::Queue/AWS::SNS::Topic
    • AWS::IAM::InstanceProfile -> AWS::IAM::Role
    • AWS::MediaConnect::FlowEntitlement -> AWS::MediaConnect::Flow
    • AWS::MediaConnect::FlowSource -> AWS::MediaConnect::Flow/AWS::MediaConnect::FlowEntitlement/AWS::MediaConnect::FlowVpcInterface/AWS::IAM::Role/AWS::SecretsManager::Secret
    • AWS::MediaConnect::FlowVpcInterface -> AWS::EC2::VPC/AWS::EC2::Subnet/AWS::EC2::SecurityGroup/AWS::EC2::NetworkInterface
    • AWS::MediaPackage::PackagingConfiguration -> AWS::MediaPackage::PackagingGroup/AWS::IAM::Role

Changed

  • Multiple resources can now be selected in the search bar on the Diagram page
  • Migrate AppRegistry integration to myApplications for monitoring solution costs and usage.
  • Migrate JavaScript lambda functions and the discovery process from CommonJS to ESM
  • Update Neptune Engine version to 1.3.1.0.
  • Update OpenSearch version to 2.11.0.

Fixed

  • AWS::EC2::NetworkInterface -> AWS::OpenSearchService::Domain relationships are not discovered
  • Failed writes to OpenSearch should stop the corresponding write being made to Neptune
  • Metrics lambda times out when hundreds of accounts have been imported