This repository has been archived by the owner on Aug 5, 2023. It is now read-only.
Releases: jsexton-portfolio/contact-message-service
Releases · jsexton-portfolio/contact-message-service
v0.6.1
v0.6.0
POST /mail
endpoint now publishes contact created message in sns and responds with 202 Accepted instead of 200 Ok.- Added sns listeners that subscribes to contact message created topic
- Inserts new contact message into database
- Sends email with contact message information
v0.5.1
v0.5.0
v0.4.2
v0.4.1
v0.4.0
- Phone validation is now more strict. See below for example common allowed phone numbers
- 1234567890
- (123) 456-7890
- 123-456-7890
- 123 456 7890
- Removed message length requirement. Message must be at least one character in length.
- Alias now must be at least one character in length.