lambda-maven-plugin icon indicating copy to clipboard operation
lambda-maven-plugin copied to clipboard

A maven plugin to facilitate lambda deployments as part of your maven build/dev process

Results 21 lambda-maven-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) from 1.12.68 to 1.12.261. Changelog Sourced from aws-java-sdk-s3's changelog. 1.12.261 2022-07-14 AWS Config Features Update ResourceType enum with values for Route53Resolver, Batch, DMS, Workspaces, Stepfunctions, SageMaker, ElasticLoadBalancingV2, MSK...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.8.1 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

AWS Lambda hase a sum code size limit of 75GB. Every new version of a lambda function goes towards this limit. There are multiple cleanup scripts on the internet that...

[INFO] ---- Create or update LambdaChatUpdaterDevelopment_sean ----- [INFO] Cleaning up orphaned triggers. [ERROR] Error during processing com.amazonaws.services.dynamodbv2.model.ResourceNotFoundException Requested resource not found: Stream: arn:aws:dynamodb:us-east-1:280237693431:table/chatDevelopment_sean/stream/2017-06-23T19:06:22.628 not found (Service: AmazonDynamoDBStreams; Status Code: 400;...

Hello, I've extended this plugin to support annotations to declare some function metadata on the function itself. If you think this is scope creep or don't prefer the approach/added dependency,...

- Update Maven plugins - Explicitly specify Java 8 level source in the Javadoc plugin - Fix a generics issue (didn't need to be parameterized) - Add XML dependency that...

The user deploying through this plugin nedds in addition to https://github.com/SeanRoy/lambda-maven-plugin#credentials: ListAllMyBuckets Due to: https://github.com/SeanRoy/lambda-maven-plugin/blob/2.3.4-SNAPSHOT/src/main/java/com/github/seanroy/plugins/AbstractLambdaMojo.java#L309

Just trying out this plugin for the first time. However, when I try and perform a deployment I get the following error: `A required class was missing while executing com.github.seanroy:lambda-maven-plugin:2.3.3:deploy-lambda:...

Hi all, KeyPrefix has been seen either deprecated or not working. any way to upload the deploying jar to a particular folder inside a s3bucket. thanks, Kalpa

"concurrency" is a new setting in Lambda and it's not available in the plugin