Difference between revisions of "CI/CD in a Serverless context"
From CitconWiki
Jump to navigationJump to search (Created page with "1. Why not just roll your own CI server with serverless? * Looks like there’s a github project repo that does that. (Anybody have that link?) * Build vs buy discussion 2...") |
Alexconlin (talk | contribs) (Add link to lambci) |
||
Line 1: | Line 1: | ||
1. Why not just roll your own CI server with serverless? | 1. Why not just roll your own CI server with serverless? | ||
− | * Looks like there’s a github project repo that does that. | + | * Looks like there’s a github project repo that does that: https://github.com/lambci/lambci |
* Build vs buy discussion | * Build vs buy discussion | ||
2. How can we run our serverless app locally pre merge (given TBD) | 2. How can we run our serverless app locally pre merge (given TBD) | ||
* `sam local invoke` perhaps? | * `sam local invoke` perhaps? | ||
* Create a sub account per dev to isolate them and allow spin up of whatever services | * Create a sub account per dev to isolate them and allow spin up of whatever services |
Latest revision as of 00:10, 28 May 2019
1. Why not just roll your own CI server with serverless?
* Looks like there’s a github project repo that does that: https://github.com/lambci/lambci * Build vs buy discussion
2. How can we run our serverless app locally pre merge (given TBD)
* `sam local invoke` perhaps? * Create a sub account per dev to isolate them and allow spin up of whatever services