Pahud Hsieh

Results 356 comments of Pahud Hsieh

## Current vs Expected Behavior ### Current Behavior (PITR Enabled) ```typescript // User enables PITR in backend.ts export function secureTables(backend: ChBackend) { const { amplifyDynamoDbTables } = backend.data.resources.cfnResources; for (const...

Hi @andreprawira This role seems to be the `deploy-role` created when you first `cdk bootstrap` the account/region and it should be `cdk-hnb659fds-deploy-role--` Can you confirm if it's the role you...

What’s happening for x-account deployment pipeline: 1. pipeline account A would have a codebuild phase that run `cdk synth` and another phase for `cdk deploy` using the synthesized cloudassembly. 2....

> its the role that is created by CDK in account B (Where we deploy the actual resources, not the pipeline, the pipeline is in account A), in my end...

We need to improve more document on CDK in Golang and I can't answer that off the top of my head. But this should work like this if in TypeScript...

This seems to be relevant to JSII rather than CDK itself. Transferring to jsii repo.

I am not sure if this is a good idea as this introduces breaking change but having cross-stage reference is a good feature request.

We probably need more feedback from more people but if your proposed solution would not introduce any breaking changes, we always welcome community PRs for that. Also if you need...

Hi, This PR has conflicts that need to be resolved before it can be reviewed.

Hi This PR has been pending for community review for a while. Please consider posting it on the #contributing channel in cdk.dev. Community members will be on the lookout there...