The email alert for the server being turned on should include the name of the user that turned it on
- (optional)
user query param on /start route
- Parsed by Lambda, forwarded to SNS event for inclusion in email
Users would need to "opt-in" by using customized URLs (eg. /start?user=dan)
The email alert for the server being turned on should include the name of the user that turned it on
userquery param on/startrouteUsers would need to "opt-in" by using customized URLs (eg.
/start?user=dan)