Skip to content

Instantly share code, notes, and snippets.

View kenjij's full-sized avatar
👨‍💻
Hacking away...

Ken J. kenjij

👨‍💻
Hacking away...
View GitHub Profile
@kenjij
kenjij / Makefile
Created September 27, 2025 05:34
Preparing Go (golang) executable as AWS Lambda function using zip file
#
# 1. Create AWS Lambda function:
# Runtime - Amazon Linux 2023
# Architecture - arm64
# 2. Build the Go executable packaged into a zip file
# 3. Upload the zip file
#
all: build package
build: