aws/aws-cdk

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

Open

#7 729 ouverte le 1 mai 2020

Voir sur GitHub
 (6 commentaires) (10 réactions) (0 assignés)TypeScript (3 530 forks)batch import
@aws-cdk/aws-servicediscoveryeffort/mediumfeature-requestgood first issuep2

Métriques du dépôt

Stars
 (10 710 stars)
Métriques de merge PR
 (Merge moyen 14j 11h) (68 PRs mergées en 30 j)

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

Guide contributeur