- Jun 6, 2020
- 11,559
- 4,422
Hello everyone, I'm sorry to disturb but I have an Issue that I'm not able to fix by myself, so I ask for anyone who has the knowledge to point me in the right address
I'm currently working with AWS Lambda functions, I have sucked on connecting to a Aurora Serverless BD with these functions and they work great!
But now, In one of the lambdas of my API I have to make a post to a URL, this is normal to me because I've been doing the same post to the same URL with a VPS since, at least, 1 year ago and everything is OK
I'm currently using Java 11 for the lambda, like I said everything works fine except the HTTP post, I'm publishing here part of the code I use (the important) and the logs I get from testing the lambda:
lambda code:
I'm currently working with AWS Lambda functions, I have sucked on connecting to a Aurora Serverless BD with these functions and they work great!
But now, In one of the lambdas of my API I have to make a post to a URL, this is normal to me because I've been doing the same post to the same URL with a VPS since, at least, 1 year ago and everything is OK
I'm currently using Java 11 for the lambda, like I said everything works fine except the HTTP post, I'm publishing here part of the code I use (the important) and the logs I get from testing the lambda:
lambda code:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید