Creating JAR file in Eclipse Before proceeding to work on creating a lambda function in AWS, we need AWS toolkit support for Eclipse. For any guidance on installation of the same, you can refer to the Environment Setup chapter in this tutorial. Once you are done with installation, follow the steps given here − Step 1 Open Eclipse IDE and create a new project with AWS Lambda Java Project . Observe the screenshot given below for better understanding − Step 2 Once you select Next , it will redirect you the screen shown below − Step 3 Now, a default code is created for Input Type Custom . Once you click Finish button the project gets created as shown below − Step 4 Now, right click your project and export it. Select Java / JAR file from the Export wizard and click Next . Step 5 Now, if you click Next , you will be prompted save the file in the destination folder which will be asked when you click on next. Once the...
Good
ReplyDelete