trey-rosius / event_driven_sam

An Event driven serverless api built with SAM, python, GraphQL with Lambda powertools for tooling
4 stars 1 forks source link

fix(project-structure) - small changes #4

Closed leandrodamascena closed 1 year ago

leandrodamascena commented 1 year ago

Hi @trey-rosius! I made some minor changes:

1 - Cleaning the repository by removing the .aws-sam and .idea folders. 2 - Added these folders to the .gitignore file 3 - Updated the Lambda Layer to the latest 4 - Parameters removed from logger, tracker, and metrics. We have already defined it in the template. 5 - Python version. Can we consider python3.9 as the default version?

I will open up some issues with what I imagine might be our next steps.

trey-rosius commented 1 year ago

Thanks for the updates Leo. I've merged the changes.