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
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: aws/aws-sam-cli#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)
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: aws/aws-sam-cli#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)
Originally opened here: aws/aws-sam-cli#7139
The text was updated successfully, but these errors were encountered: