Closed vaunus closed 8 months ago
I have figured this out. I tested an image that uses the older /var/runtime/bootstrap
script and it gave the same error. This got me to thinking that this perhaps can't be tested directly in the Docker container via cli. Once I tested on Lambda it worked as expected. I expect wrapping this command with aws-lambda-rie
will work when using the container locally.
Hope this helps someone but closing the issue for now.
This library is not working for me. I've tried it on both Amazon Linux and Alpine Linux.
On Alpine I get get the following error:
The Amazon Linux error is similar
what(): basic_string::_M_construct null not valid
The handler is the same as your readme:
Am I missing something here?