CI/CD in a Serverless context

From CitconWiki
Revision as of 18:11, 27 May 2019 by Robpark (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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