@aws-mdaa/service-catalog
v1.5.0
Published
MDAA service-catalog module
Readme
Service Catalog
The ServiceCatalog CDK application is used to deploy Service Catalog resources which can be used within a broader data environment.
Deployed Resources and Compliance Details

Service Catalog Portfolios - Portfolios to which products can be added via the MDAA framework.
Portfolio Principal Association - Associates IAM Roles to a portfolio
Configuration
MDAA Config
Add the following snippet to your mdaa.yaml under the modules: section of a domain/env in order to use this module:
service-catalog: # Module Name can be customized
module_path: "@aws-mdaa/service-catalog" # Must match module NPM package name
module_configs:
- ./service-catalog.yaml # Filename/path can be customizedModule Config (./service-catalog.yaml)
# List of portfolios to be created
portfolios:
#The portfolio name
TestPortfolio:
# The provider Name
providerName: "test-provider"
# Option portfolio description
description: "testing description"
# List of role references to which portfolio access will be granted
access:
- name: Admin