immmersive / codesmash-aws-serverless-api

CodeSmash AWS Serverless API Terraform Module
2 stars 0 forks source link

Save business logic to repository #3

Closed immmersive closed 4 months ago

immmersive commented 5 months ago

For the API Builder, we need to be able to save the business logic into the repo. This will be saved to the AWS CodeCommit repo which defines the REST API.

Required

immmersive commented 5 months ago

Started working on this feature. At some point, we will need to connect the functions stored inside the AWS Lambda to the API routes. This is what I'm working on right now.