I have an AWS Lambda Function wrote by Golang v1.22, aws-lambda-go v1.47.0 and deploy to "Lambda Amazon Linux 2 arm 64" environment.
Sometimes this function will be triggered twice by one http api call in 5 seconds: one is successful, another one is failed with connection to database, then no more http api call will successful.
Does anyone knows how to fix this issue? Thank you very much.
Hi there,
I have an AWS Lambda Function wrote by Golang v1.22, aws-lambda-go v1.47.0 and deploy to "Lambda Amazon Linux 2 arm 64" environment.
Sometimes this function will be triggered twice by one http api call in 5 seconds: one is successful, another one is failed with connection to database, then no more http api call will successful.
Does anyone knows how to fix this issue? Thank you very much.