James Matson

Results 8 comments of James Matson

Reporting the same issue, running an AWS Lambda function using ARM64 and .NET6. The crash has only occurred a single time, and appears to be (though it's difficult to say...

> Reporting the same issue, running an AWS Lambda function using ARM64 and .NET6. The crash has only occurred a single time, and appears to be (though it's difficult to...

This is still occurring. Should we have expected this to be resolved by now? (Once again only impacting .NET6 + Arm64 `**CloudWatch Logs Insights** region: ap-southeast-2 log-group-names: /aws/lambda/SOE-Order-File-Service start-time: -43200s...

> Are you 100% sure your code is running on the updated (6.0.18+) runtime? What is your exact dotnet runtime version? I believe so. The Lambda runtime update is set...

Ah, I see - the version says v17. I would have thought an AUTO configuration would have automatically updated. I'll investigate how I can force this update.

Can confirm, @brendanbond's solution worked for me. Ran the command, then retried the docker compose and the container is now running. Thanks! What was the issue?

Hi, just wanted to follow up on this, and advise that I've since added the below code to catch expiry and redirect. ``` def template(): if not azure.authorized: return redirect(url_for("azure.login"))...

Reporting the same issue. API+JMatson@API440525936366 MINGW64 ~/source/repos/bedrock $ git clone --depth 2 --filter=blob:none --no-checkout https://github.com/aws-samples/amazon-bedrock-samples && cd amazon-bedrock-samples && git checkout main rag-solutions/contextual-chatbot-using-knowledgebase Cloning into 'amazon-bedrock-samples'... remote: Enumerating objects: 181,...