Build pipeline to upload .jar package to AWS Lambda

So far according to the documentation at https://docs.aws.amazon.com/lambda/latest/dg/java-package.html, the only way to upload .jar code to an AWS Lambda function would be to manually upload the file over their web interface.

Is there a way to upload the file in the Maven build or another pipeline?

Answer

Attribution
Source : Link , Question Author : Glorious Kale , Answer Author : Community

Leave a Comment