Skip to content

A simple Telegram Bot written in Go and deployed using the AWS CDK

Notifications You must be signed in to change notification settings

glemenneo/reminder-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reminder Bot

This is a simple project that I'm using to learn about the AWS CDK.

It is written in fully in Go using the experimental AWS CDK Lambda Golang Library.

The goal is to write a Telegram Bot will send out reminders according to a predefined schedule.

Requirements

A .env file in the root of the project with the follow enviroment variables:

  • AWS_ACCOUNT_ID account id of the AWS account that you would like to deploy this application to

Useful commands

  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template
  • go test run unit tests

About

A simple Telegram Bot written in Go and deployed using the AWS CDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages