Last active
March 8, 2018 13:35
-
-
Save brachi-wernick/38dda9d0c26cebcde10d16da7168a684 to your computer and use it in GitHub Desktop.
findLambda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWSLambda awsLambda = AWSLambdaClientBuilder.standard() | |
.withCredentials(new AWSStaticCredentialsProvider(awsCreds)).withRegion(region).build(); | |
FunctionConfiguration targetFunction = awsLambda.getFunction(new GetFunctionRequest().withFunctionName(lambdaName)).getConfiguration(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment