Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for AWS Lambda Function SDK V2 #2130

Merged
merged 52 commits into from
Aug 20, 2024

Conversation

driverpt
Copy link
Contributor

Fixes #2121

@graemerocher graemerocher requested a review from sdelamo May 20, 2024 12:49
Copy link
Contributor

@sdelamo sdelamo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It misses tests

@driverpt driverpt requested a review from sdelamo June 24, 2024 18:44
@sdelamo sdelamo changed the base branch from 4.6.x to 4.7.x July 1, 2024 08:02
import software.amazon.awssdk.services.lambda.LambdaClientBuilder;


public class LambdaClientFactory extends AwsClientFactory<LambdaClientBuilder, LambdaAsyncClientBuilder, LambdaClient, LambdaAsyncClient> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it misses javadoc, @Factory and a test.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see: 1149df3

Copy link
Contributor

@sdelamo sdelamo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It misses documentation

import io.micronaut.function.client.FunctionDefinition;

/**
* Builds an {@link InvokeRequest} for each definition under {@code aws.lambda.functions}.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the javadoc correct here?

@sdelamo sdelamo marked this pull request as ready for review July 4, 2024 11:03
@driverpt
Copy link
Contributor Author

driverpt commented Aug 5, 2024

any ETA on this one ?

@sdelamo
Copy link
Contributor

sdelamo commented Aug 9, 2024

any ETA on this one ?

I am going to check again next week. But there were some build failures.

@sdelamo sdelamo merged commit b1389bb into micronaut-projects:4.7.x Aug 20, 2024
10 checks passed
@driverpt driverpt deleted the function-client-sdk-v2 branch September 18, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: No status
Status: Done
Development

Successfully merging this pull request may close these issues.

Function Client AWS SDK V2
2 participants