Nov 9, 2024
Subscriber model with:
SubscriberService to manage an in-memory list of subscribers:
findAll: return all subscribers.create: add a new subscriber.Subscribers function class to handle:
/create for new subscribers./findAll to list subscribers.pom.xml to include dependencies for AWS Lambda.