Make arbitrary executables (bash file) accessible

Hi,
regarding to this blogpost it is possible to upload a zip file with your script and bash-file to AWS, so the bash-file can be executed from the script.

Is it possible to implement this with the Serverless framework? If it’s in a zip or some other structure is not relevant to me. I just need to have the bash-script accessible from my lambda-funciton

/edit: looks like package property does the job of including dependencies

It’s been a couple of versions since I looked at this but Serverless was including everything in your service directory in the zip by default. You shouldn’t need to package it specifically.