0

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?

3
  • I'm thinking whether I can make a Maven plugin, and bundle the AWS cli inside of it, not sure if it's possible. Commented Feb 25, 2022 at 13:24
  • Can you not use the AWS SAM? I'm using it to build Java lambdas and it works fine. Commented Feb 25, 2022 at 17:05
  • Right now we don't use AWS CLI, but I'll look into this Commented Feb 28, 2022 at 12:49

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.