Implement Java to run on AWS Lambda
・ Eclipse Preparation ・ Registration execution (someday) -Implementation-Stop / Start EC2 -Implementation-Check CloudWatch arguments -Implementation Tips --Get Instance Name from Reagion and Instance ID
First, prepare the development environment. AWS Toolkit for Eclipse is prepared, so use it. https://docs.aws.amazon.com/ja_jp/toolkit-for-eclipse/v1/user-guide/setup-install.html
If you follow ↑ I should be able to install it from Eclipse → [Help] → [Install New Software], I didn't say yes or no whether it was a network problem.
So, I installed it from "Drag and Drop Install" in ↓. https://marketplace.eclipse.org/marketplace-client-intro?mpc_install=907
For the time being, select all features
Agree to the terms and complete
Then, when you reboot, you will be asked to configure your AWS account.
Create an access key by referring to "How to get an access key ID and secret access key" in ↓. https://docs.aws.amazon.com/ja_jp/toolkit-for-eclipse/v1/user-guide/setup-credentials.html
When you enter the created content, ↓ will appear, so press Finish
Then AWS Explore View is displayed, so it is completed
You can see various AWS projects from the button marked with AWS Explore.
Here, if you select Lambda, a sample package will be created, so you can implement it while referring to this,
Recommended Posts