i have created aws lambda function using aws toolkit eclipse in java. able upload , invoke using eclipse. want add api endpoint. don't see lambda function created on console can add api endpoints.
i noticed when upload code gets uploaded s3 bucket. have create lambda function manually , upload code form s3 button it? if yes, getting invalid path when add in box.
so overall question how should add api endpoint lambda function created using aws toolkit eclipse.
here link has tutorial use aws toolkit: http://docs.aws.amazon.com/awstoolkiteclipse/latest/ug/lambda-tutorial.html
thanks in advance!