amplify-backend icon indicating copy to clipboard operation
amplify-backend copied to clipboard

Extended Documentation on custom functions

Open suesas opened this issue 7 months ago • 2 comments

the newest upgrades to amplify introduced more capabilities for creating lambda functions. This change might enable many projects to be more streamlined. Previously ive used a custom lambda layer to install sharp, which is a popular image processing library. With the introduction of custom functions I seek to directly install the library during the building process. the documentation contains information on how to install a python or go based lambda, however I would appreciate further documentation on how to setup a Typescript lambda. I figure a Typescript lambda with a customized building process would still be a broadly requested use case.

suesas avatar Apr 25 '25 12:04 suesas