Skip to content

SolomoN-ua/itbenelux_bot

 
 

Repository files navigation

itbenelux_bot

Functions:

  • Warm welcome messages
  • Support participants when they are in difficult life situations

Notes

Sync code from AWS to repo

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

Publish from local code

Useful guide: Publishing Your Skill Code to Lambda via the Command Line Interface

Windows batch file:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Batchfile 1.5%