Very helpful thank you! I am looking for examples of how to combine this with a front end, for example streaming results into a NextJS app. Having a hard time finding examples online.
This is exactly whats needed, they do not have a good example because you can't put anything in front of Lambda Function URL. It's not allowed to turn that on in many companies because of no throttling no authorization etc.
Does streaming work from an actual web browser via ApiGateway? The docs seem to say no, and your video seems to avoid the issue -- although I am not expert enough in serverless to follow your template.yml syntax -- does it create an ApiGateway endpoint?
Great video as always!
Thanks ☺️
Very helpful thank you! I am looking for examples of how to combine this with a front end, for example streaming results into a NextJS app. Having a hard time finding examples online.
any chance to add an interaction with frontend for example what if frontend send a question to apigateway that connects to this lambda. thanks a lot!
This is exactly whats needed, they do not have a good example because you can't put anything in front of Lambda Function URL. It's not allowed to turn that on in many companies because of no throttling no authorization etc.
Do you have a playlist with all the generative AI work, or where can I find the tutorial where you created this?
Here u have blog.marcia.dev/getting-started-with-amazon-bedrock-and-serverless
@@foobar_codes thank you. You are amazing 🤩
Does streaming work from an actual web browser via ApiGateway? The docs seem to say no, and your video seems to avoid the issue -- although I am not expert enough in serverless to follow your template.yml syntax -- does it create an ApiGateway endpoint?
No api gateway does not work with lamba streaming. You need to use lambda functions urls
🆕 Lambda Response Streaming | Get faster responses from AWS Lambda!
th-cam.com/video/k2CTnIDFHu8/w-d-xo.html
Is that support typescript?
awesome! For my TS lambda, I ended up having to add a Layer for the @aws-sdk/client-bedrock-runtime and i was good to go...