Daily push with a telegram for committing and coding
-
Setting the AWS credentials.
- Follow Setting AWS Credentials
-
Modify project.json
{
...
"profile": "...",
"role": "..."
...
}
- Modify functions/push/config.py
config = {
'github': {
'branch': {
'faustring/kec-app-server': ['@Claude']
},
'id': '',
'password': ''
},
'telegram': {
'token': '',
'chat_id': ''
}
}
# deploy
$ apex deploy
# test
$ apex invoke push
- Automate Setup