Feat/Support for S3 source provider of ADF pipelines #798
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds support for using Amazon S3 as a code provider for AWS Deployment Framework (ADF) bootstrap and deployment map pipelines, complementing the existing CodeCommit
Why?
As you may already know, AWS CodeCommit is about to be discontinued. Add an additional AWS pipeline Source provider gives users more flexibility in how they store and manage their ADF code.
Additionally, Users could also use S3 buckets as an intermediate layer to integrate with other code repositories, like github or gitlab.
What?
Above is the S3 Code Source Provider logic flow.
docs/admin-guide.md
docs/installation-guide.md
src/lambda_codebase/initial_commit/adfconfig.yml.j2
src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/global.yml
src/lambda_codebase/initial_commit/bootstrap_repository/adf-build/config.py
src/lambda_codebase/initial_commit/bootstrap_repository/adf-build/main.py
src/lambda_codebase/initial_commit/bootstrap_repository/adf-build/tests/stubs/stub_adfconfig.yml
src/lambda_codebase/initial_commit/bootstrap_repository/adf-build/tests/test_config.py
src/lambda_codebase/initial_commit/bootstrap_repository/adf-build/tests/test_main.py
src/template.yml