Quoting my inquiry from the general channel!
Hey y'all! We use serverless framework to deploy our projects. I'm curious if anyone's been able to build projects using serverless framework with dagger.
Second half
We use serverless framework to deploy all our infra. I'm doing some experimentation at the moment. I am hoping to see if I can make something that does mock deploys. Looking to avoid permission and validation errors in our CI by running local mock deploys.
Some more context:
We use serverless framework to build out all our infra. We deploy using GitHub actions on a merge to production. This GH Action then sends our code over to AWS Codebuild to set up everything.