Closed hopewise closed 1 year ago
Your WORKDIR is tmp which means you are COPY'ing your app into a directly that the Lambda service will treat as a tmp dir, meaning it deletes everything there. Put your app into an app directory or some other run dir. Here is a Dockerfile for an example.
Hey @hopewise, hope you are doing well. Did you get thru this issue alright?
Hi @metaskills , that for asking! yes, I have fixed that issue, thanks very much.
Trying to use lamby in an existing rails app, I am getting this error when access the app in aws lambda url:
I do have
gem "lamby"
in Gemfile, shouldn't it present the entry point for Lambda function ?Your help is appreciated.