Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 389 Bytes

File metadata and controls

16 lines (13 loc) · 389 Bytes

Discord notifications

Discord notifications running in AWS Lambda about starting/stopping my Minecraft server.

Based on this article.

Used technologies

AWS

  • Lambda
  • Cloudwatch Events
  • SNS

Python requirements

  • Python>=3.7
  • requests==2.23.0
  • boto3==1.17.7