I am trying to deploy a REST API with Java, using AWS Lambda, API Gateway and Amazon RDS (MySQL). Below is my Lambda class My pom file Now, checkout the loading time tracked from X Ray, which we usually call as cold start It looks like the init process takes time. When further observed, I noticed most of the time
Tag: aws-api-gateway
Getting NoSuchMethoError While uploading file on Amazon S3 bucket
I was trying upload the file in Amazon s3 bucket using the server-less architecture below is the described flow ApiGateway->lambda->s3bucket I am sending Request using postman, image is encoded …