This repository was initially created as test and example for cfhighlander functionality described in PR#103
TL;DR
git clone https://github.com/theonestack/demo-component-lambdas
cfpublish lambdas -q --validate
Use displayed url to create AWS CloudFormation stack.
This cfhighlander component deploys same source code to 4 different functions
- myapp - from
src/app.pyfile, with packaging of libraries, demoing relative source file - lambdassource - from
lambdas/app.py, supporting legacy expectation that all of the lambda source code is placed withinlambdasfolder - relativesource - from
appfolder, demoing relative source folder - absolutesource - from
/tmp/codefolder, demoing absolute source folder path
Inspect lambdasdoco.config.yaml and lambdas.config.yaml for more information