Tags: arpitjain799/constructs
Tags
feat: add getContext function (aws#1660) Currently our `tryGetContext` function returns undefined if the context is not present in the scope tree. This `getContext` function would enable the same functionality but instead of returning undefined, it would throw an error if the context is not present. Fixes aws/aws-cdk#1771
PreviousNext