You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! First of all, congratulations on this runtime, it's a gem.
I was wondering if it would be possible to add an option to run functions with minimal privileges. In our case, we want the functions to not have permission to access the network, or only have access to a few specific domains.
Best regards and thanks!
The text was updated successfully, but these errors were encountered:
Hi! Currently the --allow-all is hard-coded, but I would be open to a pull request making it configurable.
Note though that the Lambda Runtime API requires access to the HTTP server located at the value container in env var AWS_LAMBDA_RUNTIME_API, so that will need to always be allowed.
Hello! First of all, congratulations on this runtime, it's a gem.
I was wondering if it would be possible to add an option to run functions with minimal privileges. In our case, we want the functions to not have permission to access the network, or only have access to a few specific domains.
Best regards and thanks!
The text was updated successfully, but these errors were encountered: