aws/aws-cdk

Add HttpNamespace.fromHttpNamespaceName (or .from...Arn) static method

Open

#7.729 geöffnet am 1. Mai 2020

Auf GitHub ansehen
 (6 Kommentare) (10 Reaktionen) (0 zugewiesene Personen)TypeScript (3.530 Forks)batch import
@aws-cdk/aws-servicediscoveryeffort/mediumfeature-requestgood first issuep2

Repository-Metriken

Stars
 (10.710 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 14T 11h) (68 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide