aws-deployment-framework
aws-deployment-framework copied to clipboard
Move account process to main SAR template
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 inside the main template instead. The references are updated to use the ones available in the main template directly.
Additionally, the ARN references are updated to include the partition correctly.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Makes sense. Shame that sam publish and sam deploy have different reactions to this :(
(Rebased on the latest commit in master to resolve a conflict)
@javydekoning and @StewartW, I had to resolve a merge conflict. Unfortunately that dismissed the review approvals.