Can I mix ARM64 and x64 Lambdas in a single AWS Serverless Application project?

Today, I spent some time trying to publish a .NET 6 AWS Serverless Application that consisted of: I made sure that each a configuration for functions targeting arm64 differed by setting the following non-default property in the serverless.template file: A problem: Internal Server Error from arm64 lambdas Unfortunately, after I published the application, I noticed … Read more