aws-lambda-jenkins-plugin icon indicating copy to clipboard operation
aws-lambda-jenkins-plugin copied to clipboard

Jenkins plugin for AWS Lambda deployment

Results 39 aws-lambda-jenkins-plugin issues
Sort by recently updated
recently updated
newest added

How I can encrypt specific environment variable through KMS using this plugin ?? Thanks for your attention. I’m looking forward to your reply.

I set the config like below And the request message I saw from console is only like this: ``` Lambda update code request: {FunctionName: Tracker,ZipFile: java.nio.HeapByteBuffer[pos=0 lim=3450022 cap=3450022],Publish: false} ```...

We have a really messy lambda repository in bitbucket, wich is fine since I can set a env variable using LAMBDA_LOCATION=$(find `pwd` -name $LAMBDA_NAME) to point the location of my...

Right now you can either use the instance profile, or an access/secret key combination. Our usecase is: jenkins runs in AWS account A and needs to deploy lambda functions in...

You can now specify an alias or version qualifer on invoking a lambda function. Implements #82

You can't currently invoke an aliased lambda.

We have a lambda that we'd like to deploy to multiple lambda instances. This seems to work for the most part, but when configuring the second instance, the values in...

When trying to configure an AWS Lambda deployment via the Blue Ocean pipeline editor, instead of the form described in the readme, only a single field `LambdaUploadBuildStepVariables` is shown. In...

Why the plugin does not invoke the lambda on failure? Thanks.

Hi, i'm trying to deploy lambda function using _Use instance credentials_ option. I have exported the AWS credentials as env variable (_AWS_ACCESS_KEY_ID_ and AWS_SECRET_ACCESS_KEY_), but i'm getting the following error...