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.
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
cdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation templatego test
run unit tests