Score:0

Build pipeline to upload .jar package to AWS Lambda

us flag

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?

Glorious Kale avatar
us flag
I'm thinking whether I can make a Maven plugin, and bundle the AWS cli inside of it, not sure if it's possible.
cn flag
Can you not use the [AWS SAM](https://aws.amazon.com/serverless/sam/)? I'm using it to build Java lambdas and it works fine.
Glorious Kale avatar
us flag
Right now we don't use AWS CLI, but I'll look into this
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.