Commit 83bf7cd
authored
feat: new package: @aws-cdk/cloud-assembly-api (#1033)
This package is going to contain the parts of `cx-api` that pertain to
the CLI and the processing of Cloud Assemblies. First I've made copies
of all parts of `cx-api` that actually are owned by the CLI instead of
the library (that is: everything except feature flags and the
environment variables that the Cloud Executable expects).
After the first release of this package, we're going to remove
everything that's been copied from the `cx-api` package from there, so
that this becomes the only source of it.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license1 parent 696dada commit 83bf7cd
227 files changed
Lines changed: 5205 additions & 160 deletions
File tree
- .github/workflows
- .projen
- packages
- @aws-cdk
- cdk-assets-lib
- .projen
- lib/private
- test
- cloud-assembly-api
- .projen
- design
- lib
- artifacts
- context
- private
- test
- __snapshots__
- fixtures
- asset-depends
- asset-manifest
- asset-dir
- docker-asset
- assets
- asset-dir
- docker-asset
- depends
- empty
- explicit-stack-name
- invalid-depends
- invalid-env-format
- invalid-manifest-type-cloudformation
- invalid-manifest-type-tree
- logical-id-map
- messages
- missing-context
- multiple-stacks-same-name
- multiple-stacks
- nested-assemblies
- subassembly
- subsubassembly
- nested-stacks
- single-stack-0.36
- single-stack
- stack-without-params
- tree-no-file-property
- integ-runner
- .projen
- lib
- engines
- runner
- test
- runner
- toolkit-lib
- .projen
- lib
- actions
- bootstrap
- private
- diff/private
- refactor/private
- api
- aws-auth
- bootstrap
- cloud-assembly
- private
- cloudformation
- deployments
- diff
- drift
- environment
- garbage-collection
- hotswap
- io/private
- logs-monitor
- notices
- refactoring
- resource-import
- resource-metadata
- stack-events
- tags/private
- work-graph
- context-providers
- payloads
- private/activity-printer
- toolkit
- test
- _helpers
- actions
- api
- _helpers
- aws-auth
- deployments
- diff
- drift
- logs-monitor
- work-graph
- aws-cdk
- .projen
- lib
- cli
- commands
- flags
- cxapp
- test
- _helpers
- cli
- commands
- cdk/.projen
- projenrc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| |||
493 | 494 | | |
494 | 495 | | |
495 | 496 | | |
496 | | - | |
497 | | - | |
498 | 497 | | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
| 498 | + | |
| 499 | + | |
503 | 500 | | |
504 | | - | |
505 | | - | |
| 501 | + | |
506 | 502 | | |
507 | 503 | | |
508 | 504 | | |
509 | | - | |
510 | | - | |
| 505 | + | |
| 506 | + | |
511 | 507 | | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
518 | 513 | | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
525 | 521 | | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
| 522 | + | |
| 523 | + | |
530 | 524 | | |
531 | 525 | | |
532 | | - | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
533 | 536 | | |
534 | 537 | | |
535 | 538 | | |
| |||
626 | 629 | | |
627 | 630 | | |
628 | 631 | | |
629 | | - | |
| 632 | + | |
| 633 | + | |
630 | 634 | | |
631 | 635 | | |
632 | 636 | | |
| |||
806 | 810 | | |
807 | 811 | | |
808 | 812 | | |
809 | | - | |
| 813 | + | |
| 814 | + | |
810 | 815 | | |
811 | 816 | | |
812 | 817 | | |
| |||
1126 | 1131 | | |
1127 | 1132 | | |
1128 | 1133 | | |
| 1134 | + | |
1129 | 1135 | | |
1130 | 1136 | | |
1131 | 1137 | | |
| |||
1442 | 1448 | | |
1443 | 1449 | | |
1444 | 1450 | | |
| 1451 | + | |
1445 | 1452 | | |
1446 | 1453 | | |
1447 | 1454 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments