Stewart Wallace
Stewart Wallace
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Hey, We've got a business requirement for having some pipelines that have drastically different shapes. As such we've made some changes to adf-build/shared/cdk/cdk_stacks/main.py (and schema) [example_snippet.txt](https://github.com/awslabs/aws-deployment-framework/files/3850961/example_snippet.txt) In the example snippet,...
### What and Why ADF currently has three different type of providers: Source, Build, Deploy. I'd like to propose two new types of providers for the default pipeline type. These...
I'm sure I've seen some chat about this before somewhere. But when using Tags or OU accounts it becomes quite easy to hit the CodePipeline limits. (50 actions per stage)...
If you have a deployment map targeting accounts via tags. (I.e "managed_by_adf: True:) and you tag an Organization unit with the same tag. It will break the target resolution because...
### What and Why Currently if creating a new pipeline or repository we have to create a deployment map in the pipelines repository. This is a fine approach at the...
## What and Why This is partly inspired by: https://aws.amazon.com/builders-library/automating-safe-hands-off-deployments But also working towards a solution to Issue #250 The proposal is that we add the concept of a "Wave"...
ADF Version: 3.0.1 ` - account_full_name: "some-random-account" -- | organizational_unit_path: /existing/new-ou | email: [email protected] | allow_billing: True | delete_default_vpc: False | alias: some-random-account | tags: | - managed_by_adf: True `...
# Why? Describe why you are proposing these changes *Issue #, if available:* ## What? Description of changes: - List - What - You - Changed --- By submitting this...
### What and Why Expose the API management state machine behind an API Gateway. This will allow for customers to interact with ADF without the need for configuring deployment maps...