Functions:
- Warm welcome messages
- Support participants when they are in difficult life situations
curl (aws lambda get-function --function-name "itbenelux_bot"|ConvertFrom-Json).Code.Location -o sources.zip; 7z x -y sources.zip; rm sources.zip; g add .; g commit ;g push
Useful guide: Publishing Your Skill Code to Lambda via the Command Line Interface
del index.zip
cd lambda
7z a -r ..\index.zip *
cd ..
aws lambda update-function-code --function-name itbenelux_bot --zip-file fileb://index.zip
Find a ready to go batch file in this repo called publish.bat