|
|
|
|
|
by brycelarkin
1178 days ago
|
|
Use the AWS free tier. Add the message to a DynamoDB table with a send date. Create an Eventbridge rule that runs every month and calls a Lambda function. Have the Lambda function query the DynamoDB table and email you the message using SES if the time stamp is reached. Assuming AWS doesn’t change their free tier in the next 20 years, this should be free. |
|