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

As described in the [docs](https://github.com/awslabs/aws-deployment-framework/blob/master/docs/user-guide.md#deploying-serverless-applications-with-sam) it is possible to deploy Serverless Applications through ADF. I have configured everything as described but got no working results. The problem here is that...

# Account bootstrap process occasionally fails due to race condition ## Summary Occasionally the bootstrapping process for new accounts will fail due to what appears to be a race condition...

bug

We have a case where we need to create pipelines that are not triggered automatically by new commits to GH-repo. Looking at the docs, there doesn't seem to an property...

enhancement

# GovCloud Support ## Summary This feature request would provide basic support for GovCloud regions by adjusting partitions throughout templates and the code base to leverage the `${AWS::Partition}` [pseudo parameter](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/pseudo-parameter-reference.html)....

enhancement

# Description When a change is made to _CodeCommit:aws-deployment-framework-bootstrap/*_ multiple times in a short period of time, it leads to an error inside _CodeBuild:aws-deployment-framework-base-templates_. # Info * ADF version: 3.0.6...

This is more of a question than an issue. After successfully using CloudFormation for all our deployments across the org, I am testing the deployment of Terraform using the CodeBuild...

**Background**: Installed ADF (3.0.6) about 6 months ago, and have been deploying stuff to one-region only without issues. adfconfig.yml was configured with eu-west-1 as deployment region and targets was also...

Context Trying to use node14 for deploying SAM app. buildspec.yml ```phases: install: runtime-versions: python: 3.8 nodejs: 14 ``` pipeline-definition: ``` build: provider: codebuild properties: spec_filename: buildspec.yml image: STANDARD_5_0 ``` When...

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

enhancement

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

enhancement