A serverless app that sets up an AWS CodePipeline pipeline for a given GitHub repo. This app allows people developing SAM applications to quickly get CodePipeline-based CD setup for their project.
MIT No Attribution
88
stars
62
forks
source link
Add Support for Publishing Separate Apps from Separate Modules #18
Today, this CodePipeline tool only allows a single Serverless Application Repository application to be published from a single code repository. This issue is to add support for publishing a separate application to SAR for each module within a given code repository, given that each module has its own SAR .yaml file. Additionally beneficial would be an optional module inclusion/exclusion list to only publish a subset of the modules which might have SAR .yaml files.
Today, this CodePipeline tool only allows a single Serverless Application Repository application to be published from a single code repository. This issue is to add support for publishing a separate application to SAR for each module within a given code repository, given that each module has its own SAR .yaml file. Additionally beneficial would be an optional module inclusion/exclusion list to only publish a subset of the modules which might have SAR .yaml files.