aws/aws-lambda-runtime-interface-emulator

No management of write security

Alecsou opened this issue · 1 comments

Hi @Alecsou . RIE only emulates the Lambda runtime API (and incoming request/response). In my opinion a limitation like that should be handled at the system level. And in the end, RIE gives the control to the execution to the corresponding underlying runtime, so RIE doesn't have much control of what happens at that level.

I'm open to discuss, if you have a different opinion.