Let me give the scenario, I have a small application with java projects or jar files holding business logic. These logic codes for jar files reside on individual lambas, more than twenty of them.
The problem is with every logic change I have to re deploy lambdas. So they are on the same page.
Can we point out S3 buckets and let my lambdas include the jar as they are run? That way I will only have to re deploy codes.Can AWS Code Pipeline be an option?