-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Error: The runtime 'provided.al2023' is unsupported. (golang) #7139
Comments
Would love some detailed instructions on getting breakpoints breaking when running golang based lambda functions on M2 macbook. For now, I've downgraded back to intel based MBP 2020 so I can have the pain free debugging experience using go.1 runtime but seems like I'll have to migrate to provided.al or provided.al2023 anyways. I'd love to get back to my M2 MBP if possible. Has anyone been able to get their golang based lambda functions working locally with breakpoints on an ARM based laptop? |
Hi @aallbrig, |
Sure! |
Thank you, closing this issue. Please open a new issue if you have questions or concerns the team can help with. |
|
Description:
I'm seeing "Error: The runtime 'provided.al2023' is unsupported." when trying to run my golang lambda function in Intellij IDEA.
I made sure I have the latest AWS toolkit plugin and am on the latest version of SAM.
Just trying to get debug breakpoints hitting from my lambda function on my M2 macbook pro. I realize being on ARM may be why I was having previous issues: #5412
Steps to reproduce:
Followed from https://aws.amazon.com/blogs/compute/migrating-aws-lambda-functions-from-the-go1-x-runtime-to-the-custom-runtime-on-amazon-linux-2/Observed result:
Expected result:
Able to debug my golang based lambda function via jetbrains IDEA on my M2 macbook pro
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
The text was updated successfully, but these errors were encountered: