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
To ensure efficient investigation of the issue, please fill out the fields below with as much detail as possible. Reports that do not follow this template may be closed without notification. We appreciate your cooperation.
🐞Describe the bug
When using the published API and the message map is too large, it will cause the sqs consumer lambda (SqsConsumeHandler) unhandled exception and terminate.
See the screenshot below.
🔄 To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
📷 Screenshots
If applicable, add screenshots to help explain your problem.
🔎 Logs for Chat Issues
If the issue occurs during a chat interaction, please check the following logs on Amazon Cloudwatch Logs and include the relevant entries in your issue:
If the issue occurs during bot creation or updating, please check the execution records of the AWS Step Functions state machine named EmbeddingStateMachineXXX and include the details in your issue.
📝 Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
The issue is with cdk/lib/api-publishment-stack.ts while creating the sqs handler lambda in the env LARGE_MESSAGE_BUCKET is not configured leading to this error while uploading the file to s3.
🚨 Please Note 🚨
To ensure efficient investigation of the issue, please fill out the fields below with as much detail as possible. Reports that do not follow this template may be closed without notification. We appreciate your cooperation.
🐞Describe the bug
When using the published API and the message map is too large, it will cause the sqs consumer lambda (SqsConsumeHandler) unhandled exception and terminate.
See the screenshot below.
🔄 To Reproduce
Steps to reproduce the behavior:
📷 Screenshots
If applicable, add screenshots to help explain your problem.
🔎 Logs for Chat Issues
If the issue occurs during a chat interaction, please check the following logs on Amazon Cloudwatch Logs and include the relevant entries in your issue:
/aws/lambda/BedrockChatStack-BackendApiHandlerXXXX
/aws/lambda/BedrockChatStack-WebSocketHandlerXXXX
🔎 Logs for Bot Creation/Update Issues
If the issue occurs during bot creation or updating, please check the execution records of the AWS Step Functions state machine named
EmbeddingStateMachineXXX
and include the details in your issue.📝 Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: