How can I create a Go Lambda function without using TypeScript or AWS CDK?
I’m building a serverless application with AWS Lambda using Go, but I want to avoid using TypeScript or AWS CDK to keep my stack simple and focused on Go. Is there a way to manage the serverless infrastructure and deployment without relying on TypeScript or CDK?