Shiv Lakshminarayan
Shiv Lakshminarayan
> Is this planned to be merged soon? PR seems a bit outdated, @FrancisLfg do you need help to update it? @creatorrr - this PR does seem a little stale,...
@ca-nguyen - PR #157 is currently classified as a feature. If it is a bug, let's make sure we add the template information captured for posterity (repro steps, expected behaviour,...
@a13zen - have you tried passing intrinsic functions as parameters? we have not gotten into design of utilities/APIs just yet, but are looking to prioritize filling in Amazon States Language...
from @benwainwright > Currently, I can get a list of stacks that will be generated by my project in the order they should be deployed (this is important; see below)...
@alimeerutech have you tried putting shared configuration in `~/.cdk.json` as a user setting, or is the use case that you have a group of apps that require specific shared settings...
would using something like a `--force` flag to allow adding to an existing directory be a more straightforward way to enable this use case? I think this could cause surprising...
@ppittle that's a good point. `force` is a little overloaded I like the idea of `--allow-non-empty`. perhaps we could also make it a key we support in user/project settings (`~/.cdk.json`...
discussed this issue with @nija-at and @rix0rrr deployed this sample application inspired by the OP ```ts import { PolicyStatement } from '@aws-cdk/aws-iam'; import * as lambda from '@aws-cdk/aws-lambda'; import {...
@Townsheriff Did you use the `--exclusively` flag when synthesizing and deploying the stack that you wanted to work with? I'm working on a repro so I can dive deeper into...
@jgondron apologies, I have not had a chance to follow up on this one. Can you describe your environment/setup at a high level? It would be helpful to continue collecting...