Skip to content

Commit

Permalink
add java files
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Aug 31, 2023
1 parent 11f67f0 commit b984e74
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
public class ModifyLambda {

public static void main(String[]args) {
String analyzeSentimentLambda = "fsa-scmacdon-javascript-fnAnalyzeSentimentCEDFFDBD-wd0RnOdSxMsv" ;
String synthesizeAudioLambda = "fsa-scmacdon-javascript-fnSynthesizeAudio134971D4-x8Q5178Y4ZBH" ;
String extractTextLambda = "fsa-scmacdon-javascript-fnExtractText98FC28B4-NRiFEZmyPPlo" ;
String translateTextLambda = "fsa-scmacdon-javascript-fnAnalyzeSentimentCEDFFDBD-wd0RnOdSxMsv" ;
String analyzeSentimentLambda = "<Enter value>" ;
String synthesizeAudioLambda = "<Enter value>" ;
String extractTextLambda = "<Enter value>" ;
String translateTextLambda = "<Enter value>" ;
String bucketName = FSAApplicationResources.STORAGE_BUCKET;
String key = "creating_fsa_app-1.0-SNAPSHOT.jar";
String key = "<Enter value>";

Region region = Region.US_EAST_1;
LambdaClient awsLambda = LambdaClient.builder()
Expand Down

0 comments on commit b984e74

Please sign in to comment.