Open alimeerutech opened 4 years ago
@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 and you'd like to be able to specify it all within app?
We might have a duplicate issue for this, i'll have to look. It was something we said we'd consider for 2.0 IIRC
correct, that is the case. We have multiple apps sharing the same context variables. thanks
On Thu, Jul 30, 2020 at 10:35 AM Shiv Lakshminarayan < notifications@github.com> wrote:
@alimeerutech https://github.com/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 and you'd like to be able to specify it all within app?
We might have a duplicate issue for this, i'll have to look. It was something we said we'd consider for 2.0 IIRC
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aws/aws-cdk/issues/9346#issuecomment-666549873, or unsubscribe https://github.com/notifications/unsubscribe-auth/AONGMYI3NC5JY6D24Y5S27DR6GVPFANCNFSM4PMNCZSQ .
+1 Or that way : https://github.com/aws/aws-cdk/issues/4543
+1
+1
+1
+1
+1
+1
+1
This issue has received a significant amount of attention so we are automatically upgrading its priority. A member of the community will see the re-prioritization and provide an update on the issue.
Would it be easier to use a mono repo with a shared cdk folder ?
any updates?
This would be useful.
Anything going on here, this feature still would be nice to have...
support adding multiple app names in
cdk.json
Use Case
If you have multiple apps sharing the same
cdk.json
you either have to pass in the app viacdk --app
or copycdk.json
around, it would be much nicer if we could support having a singlecdk.json
with multiple appsProposed Solution
support adding multiple app names in
cdk.json
Other
This is a :rocket: Feature Request