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
I modified the SAM tutorial in the readme to use libpcap, and the cap library from NPM. When invoking locally, it works as expected (logs captured packets to stdout)
However after deploying to the Cloud, I'm getting a Socket: operation not permitted error, which I suspect has something to do with the Cloud security model for Lambda. I've also had this same error when trying to implement the same functionality as a Go extension layer, with the same error message appearing
Any ideas how if I can change my Lambda function settings to allow the use of libpcap? thanks!
The text was updated successfully, but these errors were encountered:
I modified the SAM tutorial in the readme to use libpcap, and the
cap
library from NPM. When invoking locally, it works as expected (logs captured packets to stdout)However after deploying to the Cloud, I'm getting a
Socket: operation not permitted
error, which I suspect has something to do with the Cloud security model for Lambda. I've also had this same error when trying to implement the same functionality as a Go extension layer, with the same error message appearingAny ideas how if I can change my Lambda function settings to allow the use of libpcap? thanks!
The text was updated successfully, but these errors were encountered: