I'm totally new with AWS Serverless
architecture.
I was trying to generate the project architecture, and I read about AWS codestar
and how it can Easily create new projects using templates for AWS Lambda using Python (which is my case)
But I didn't know if I should :
- generate one project (the main project ) with
AWS codestar
and then I create separate folders for every microservice I have (UsersService, ContactService ...etc)
OR
- every microservice can be generated via
AWS Codestar
so each service is a separate codestar project for my lambdas ?
Maybe it's a very stupid question for some of you, please any help or usefull links are welcome.
Thanks