Amplify: how to share code without Lambda Layers or private NPM
Sharing code efficiently across different parts of an application can be challenging with AWS Lambda, especially when using Amplify. Today, I’ll walk you through a solution to this common problem, without relying on Lambda Layers or private NPM repositories. The Context In my previous post about Lambda Layers [1], I delved into its limitations, especially …
Amplify: how to share code without Lambda Layers or private NPM Read More »