appleboy / lambda-action

GitHub Action for Deploying Lambda code to an existing function
https://github.com/marketplace/actions/aws-lambda-deploy
MIT License
394 stars 58 forks source link

source input format questions #49

Closed reinpetersen-serenaandlily closed 1 year ago

reinpetersen-serenaandlily commented 2 years ago

documentation reads:

source : file list you want to zip

Questions:

noorzaie commented 1 year ago

I tested it with comma separated string and it works, something like this:

source: dir1/*,dir2/index.js