c3 icon indicating copy to clipboard operation
c3 copied to clipboard

Fix warning about core.Tag api

Open fogfish opened this issue 5 years ago • 0 comments

The API @aws-cdk/core.Tag.add(scope,k,v) is deprecated: Use "Tags.of(scope).add(k,v)" instead. This API will be removed in the next major release

fogfish avatar Nov 03 '20 15:11 fogfish