Getting unknown parameter, image, when using bedrock-runtime in Lambda. #3425
Unanswered
wvabrinskas
asked this question in
Q&A
Replies: 2 comments
-
Turns out I need to setup a dependency zip to deploy with my function. lambda has an out of date install. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a properly setup Guardrail in AWS that uses image filtering (I understand it's in beta right now). Below is a snippet from my lambda function that shows the
apply_guardrail
call. I'm getting an unknown parameter error, which is weird because I know this function supportsimage
in thecontent
block according to the documentation.I have tried replacing the
image_bytes
with a static string as well and that didn't work.I'm wondering what my issue is with this request. I'm at a dead end.
Request
Response
Beta Was this translation helpful? Give feedback.
All reactions