aws/aws-cdk
Ver no GitHubAdd HttpNamespace.fromHttpNamespaceName (or .from...Arn) static method
Open
#7.729 aberto em 1 de mai. de 2020
@aws-cdk/aws-servicediscoveryeffort/mediumfeature-requestgood first issuep2
Métricas do repositório
- Stars
- (10.710 stars)
- Métricas de merge de PR
- (Mesclagem média 14d 11h) (68 fundiu PRs em 30d)
Description
Right now there is only fromHttpNamespaceAttributes, which requires namespace's Arn, Id and Name, which is redundant and requires unnecessarily storing (and fetching) 3 parameters in SSM (in order to be able to 'recreate' Namespace in stacks)
Would be useful to have a similar method that'd require just one parameter.
This is a :rocket: Feature Request