Patrick Barnes

Results 2 comments of Patrick Barnes

For now what I do is the following (for protecting my UserPool) after calling `myApp.synth()` in cloudformation.ts: ``` ts const cf = new CloudFormation(); await cf.setStackPolicy({ StackName: myApp.cognitoStack.stackName, StackPolicyBody: JSON.stringify({...

@ashiina Would be great to get this merged. We need esm for watch also.