Compile AWS function in Java

0 votes
How can I compile my Lambda function in Java? Can anyone brief me on this?
Jan 28, 2019 in AWS by Nitesh
• 3,080 points
725 views

1 answer to this question.

0 votes

Standard tools like Maven or Gradle can be used to compile Lambda function. The build process should be exact same to the build process used to compile any Java code that depends on the AWS SDK. Running your Java compiler tool on the source files and include the AWS SDK 1.9 or later that has transitive dependencies on your classpath. 

For the demo on this refer this question
https://www.edureka.co/community/35795/hello-world-lambda-function-java

answered Jan 29, 2019 by Arunima
Can you tell me the process of installing AWS SDK to eclipse?

Hey @ShashankRathore, you can find the detailed explanation of how to install AWS SDK on eclipse here:-

How to download aws sdk in my eclipse?

Related Questions In AWS

+1 vote
2 answers

How do I get my AWS Glue client in JAVA?

Hey, you've been using a correct code ...READ MORE

answered Apr 17, 2018 in AWS by Cloud gunner
• 4,670 points
4,424 views
+3 votes
3 answers
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

JVM environment used in Java for AWS

openjdk 1.8. is provided by lambda for ...READ MORE

answered Jan 29, 2019 in AWS by sukanya
413 views
0 votes
2 answers

Access AWS resources using Lambda function

You can use AWS Identity and Access ...READ MORE

answered Jul 1, 2019 in AWS by vardy_ns
566 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP