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

Hello, I'm trying to deploy a new lambda function with `full` mode but getting the following error: ``` 09:13:10 Starting lambda deployment procedure 09:13:10 Copying zip file 09:13:10 File Name:...

Hello, I've been having this problem for such a long time where I can use some regions for my lambda deployment but some regions just don't seem to be recognized...

`deployLambda` allows for setting a timeout, while `invokeLambda` does not have that same property: https://jenkins.io/doc/pipeline/steps/aws-lambda/ So if a lambda takes longer than a minute to run, it simply times out...

AWS Lambda is rolling out function states which requires function to be stabilised after create/update https://aws.amazon.com/blogs/compute/coming-soon-expansion-of-aws-lambda-states-to-all-functions/. Until that point of time, subsequent updates/publish would fail. The issue is to wait...

Faced issues with 'eu-north-1' region, updated the AWS SDK to support new regions.

Hello, I installed and enabled the plugin but it's not showing up as configuration option for my project. Jenkins version: 2.222.1 Any ideas why? thanks,

Not support for awsRegion : Hong Kong / ap-east-1 ``` java.lang.IllegalArgumentException: Cannot create enum from ap-east-1 value! at com.amazonaws.regions.Regions.fromName(Regions.java:76) at com.xti.jenkins.plugin.awslambda.util.LambdaClientConfig.getClient(LambdaClientConfig.java:38) at com.xti.jenkins.plugin.awslambda.callable.DeployCallable.call(DeployCallable.java:41) at com.xti.jenkins.plugin.awslambda.callable.DeployCallable.call(DeployCallable.java:23) at hudson.remoting.LocalChannel.call(LocalChannel.java:45) at com.xti.jenkins.plugin.awslambda.upload.LambdaUploadBuildStep.perform(LambdaUploadBuildStep.java:81) Caused:...

After a successful lambda deploy + invoke, I was seeing a jenkins job fail with the following error. ``` Also: hudson.remoting.ProxyException: net.sf.json.JSONException: Invalid JSON String hudson.remoting.ProxyException: net.sf.json.JSONException: Invalid JSON String...

I deploy new code and environment variables to an existing Lambda function with an custom VPC config. After a succuessfull deployment, the vpc config is reset to default values (or...

i would like the build to fail when the lambda function fails. right now my build succeeds even when the lambda functions returns a stack-trace.