Skip to content

Lambda Appending Problem

0

Architecture: HttpApiGateway ==> lambda function ==> EFS

apigateway url passed with querystring ==> Lambda Function Accept the request and Write the Querstring To ==> EFS File system.

The Problem is Some multiple [ QueryString ] Request Are Appending in Same Line. And Adding Extra Line In a File stored in EFS.

1 Answer
0

How do you write the data info EFS file system? It may be the issue if you are using the same filename to write different parameters from QueryString

AWS
answered 3 years ago
  • I Just Mount the Efs to Function, yes i do use Same file, But i can't write file For each QuerString, I will not able to manage it, request will be around 1 million per day. so i have to manage it in single file,

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.