aws-deployment-framework
aws-deployment-framework copied to clipboard
The AWS Deployment Framework (ADF) is an extensive and flexible framework to manage and deploy resources across multiple AWS accounts and regions based on AWS Organizations.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When deployment maps contain completion triggers (e.g. to other pipelines)...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Updating a deployment map and then running the aws-deployment-framework-base pipeline...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When using the "plan" stage in terraform pipelines, errors triggered...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When pipelines with similar names that differ after the 30th...
### Describe the feature Having deployment maps in a dedicated monolithic repository can create release bottleheads, also having the pipeline definition decoupled entirely from the buildspec and project source code...
### Describe the feature The sample code is still referencing node v8 and an old version of CDK ### Use Case N/A ### Proposed Solution Update https://github.com/awslabs/aws-deployment-framework/blob/f60bfaff93fb0d73b46bf7ff332f4c264cd3044d/samples/sample-cdk-app/package.json ### Acknowledgements -...
### Describe the feature Pipelines with S3 as data source are using the polling method which will be deprecated https://docs.aws.amazon.com/codepipeline/latest/userguide/trigger-S3-migration-cwe.html ### Use Case To avoid the deactivation of this pipeline...
We are using deployment maps to create pipelines and when I try to include a new target in some existent pipelines, I've got the error below after the state machine...
### Describe the feature Today the `DEFAULT_CODEBUILD_IMAGE` is hardcoded here to an outdated Ubuntu 14.04 image: https://github.com/awslabs/aws-deployment-framework/blob/a4de9abff63cf16fa83d55f7ae08829562fc4697/src/lambda_codebase/initial_commit/bootstrap_repository/adf-build/shared/cdk/cdk_constructs/adf_codebuild.py#L22 We have a few options to fix this. 1: Move the default to...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Terraform extension parameter is not working as expected ### Expected...