Vivek Patel

Results 7 comments of Vivek Patel

@patrickhulce Just following up regarding if we can modify the status check descriptions?

@khushail Yeah exactly lets say I have two stacks... One stack is responsible for provisioning the infra for AppConfig such as creating application and environments. Other stack is a CodePipeline...

@khushail My code looks something like this: ``` class AppConfigExample(construct): def __init__(self, scope: Construct, construct_id: str, **kwargs): super().__init__(scope, construct_id, **kwargs) app = self.create_app() # Consider env_config as a list of...

Hello @khushail! Thanks for looking into it. I tried to mimic this ARN split logic in my python code and I believe the below code block is the throwing the...

Hello @khushail Is there any way to replicate hosted configuration across multiple regions? Like replica_regions for secretmanager secrets?

@harrynikolov-riskhub I was able to resolve mine by using following solution: https://github.com/histoire-dev/histoire/issues/712