Realtime API with AWS Lambda

i am trying to get the realtime API to work on aws lambda with the help of API gateway websockets, does anyone have any idea on how it would work? thanks

depends what you want to do, as there are time restrictions, e.g. the connection will get disconnected after 2 hours, and your Lambda gets 30 seconds to process each message

should work without issues, just make sure to resample the PCM data to 24,000hz for universal client integration