I’m setting up a lambda function that will run on a schedule, and the function has different “flavors” that I need to control via input arguments. Looks like there are several different ways to pass in arguments as per:
… but I don’t see definitions of exactly what each of these keywords does:
input and inputPath map to AWS constructs; stageParams is just a sub-item of input and appears to be a made up name, showing that you can nest things under input