aws/aws-cdk

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

Open

#7729 aperta il 1 mag 2020

Vedi su GitHub
 (6 commenti) (10 reazioni) (0 assegnatari)TypeScript (3530 fork)batch import
@aws-cdk/aws-servicediscoveryeffort/mediumfeature-requestgood first issuep2

Metriche repository

Star
 (10.710 star)
Metriche merge PR
 (Merge medio 14g 11h) (68 PR mergiate in 30 g)

Descrizione

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

Guida contributor