Sicheng Jia
Results
1
comments of
Sicheng Jia
As a workaround, you can create a custom resource that calls the ec2:CreateTags API. For example: ``` new AwsCustomResource(stack, `VpcEndpointServiceTagCustomResource`, { onCreate: { service: 'EC2', action: 'createTags', parameters: { Resources:...