What is Morning Notification?
Morning Notification is a system built using AWS CDK that sends a "Good Morning" message to an SNS topic every morning at 8 AM JST.
How to use Morning Notification?
To deploy this project, set your AWS profile and run the provided commands to bootstrap and deploy the CDK stack.
Key features of Morning Notification?
- Scheduled message delivery using AWS CloudWatch Events
- Serverless execution with AWS Lambda
- Publish/subscribe messaging system with Amazon SNS
Use cases of Morning Notification?
- Sending daily reminders or notifications to users.
- Automating morning greetings for teams or organizations.
- Integrating with other AWS services for enhanced functionality.
FAQ from Morning Notification?
- How do I customize the message?
You can change the message content by editing the
Message
parameter in thelambda/index.js
file.
- Can I change the execution time?
Yes! You can modify the execution time by editing the schedule settings in the
lib/morning-notification-stack.ts
file.
What is Morning Notification?
Morning Notification is a system built using AWS CDK that sends a "Good Morning" message to an SNS topic every morning at 8 AM JST.
How to use Morning Notification?
To deploy this project, set your AWS profile and run the provided commands to bootstrap and deploy the CDK stack.
Key features of Morning Notification?
- Scheduled message delivery using AWS CloudWatch Events
- Serverless execution with AWS Lambda
- Publish/subscribe messaging system with Amazon SNS
Use cases of Morning Notification?
- Sending daily reminders or notifications to users.
- Automating morning greetings for teams or organizations.
- Integrating with other AWS services for enhanced functionality.
FAQ from Morning Notification?
- How do I customize the message?
You can change the message content by editing the
Message
parameter in thelambda/index.js
file.
- Can I change the execution time?
Yes! You can modify the execution time by editing the schedule settings in the
lib/morning-notification-stack.ts
file.