Skip to content

Instantly share code, notes, and snippets.

@brachi-wernick
Last active March 8, 2018 13:35
Show Gist options
  • Save brachi-wernick/38dda9d0c26cebcde10d16da7168a684 to your computer and use it in GitHub Desktop.
Save brachi-wernick/38dda9d0c26cebcde10d16da7168a684 to your computer and use it in GitHub Desktop.
findLambda
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