aws-deployment-framework icon indicating copy to clipboard operation
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.

Results 207 aws-deployment-framework issues
Sort by recently updated
recently updated
newest added

Issue: #488. **What?** Updated references and made sure line length would not exceed the maximum on the lines that were changed. --- By submitting this pull request, I confirm that...

bug

I found a bug which is quite easy to correct. Go to this file: https://github.com/awslabs/aws-deployment-framework/blob/master/src/lambda_codebase/initial_commit/bootstrap_repository/adf-build/shared/cdk/cdk_constructs/adf_codebuild.py In lines 46 and 50, the pipeline attributes are being retrieved from the build part,...

bug

**Why?** The SAR does not understand local references as introduced by the `src/account_processing.yml` unfortunately. **What?** After investigating several options, the only option that was accepted was to move the logic...

*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.

enhancement

*Issue #, if available:* #449 *Description of changes:* By specifying a `configuration_file_path` property on the target properties you control the configuration used. This could be useful when you do not...

*Issue #, if available:* *Description of changes:* This sample shows how to deploy Custom config rules create by RDK via ADF pipelines in multi account environment. By submitting this pull...

Hello, I recently started learning ADF, as it is used within the company I work for, and I was wondering if it exposes any kind of API. Having little experience...

question

**Why?** When generating the waves, it does so in the input generation. When it was shared to the actual deployment of the CodePipeline stack, the data types did not match....

Recently we got a requirement to integrate with Jenkins as a build server for some pipelines, which we need to "lift and shift" into AWS and for the time being...

bug

I'm trying to deploy multiple stacks to the same account in a serial fashion (the ordering is key here). And the stacks require different parameters. How do i define "per...