Relative Content

Tag Archive for amazon-web-servicesaws-lambdaaws-cdkaws-samaws-sam-cli

AWS SAM build command fails when used with AWS CDK stack (cross-compiled)

I have a simple Go AWS lambda function defined using the AWS CDK. I’m developing on an amd64 mac, but deploying an arm64 lambda. CDK commands all work as expected, and the stack correctly builds the arm64 lambda container image and deploys as an arm64 lambda. The function works correctly once deployed.