Skip to content

Instantly share code, notes, and snippets.

View cleblanc87's full-sized avatar
๐Ÿ 
Working from home

Chris cleblanc87

๐Ÿ 
Working from home
View GitHub Profile
@asukakenji
asukakenji / 0-go-os-arch.md
Last active May 16, 2025 01:16
Go (Golang) GOOS and GOARCH

Go (Golang) GOOS and GOARCH

All of the following information is based on go version go1.17.1 darwin/amd64.

GOOS Values

GOOS Out of the Box
aix โœ…
android โœ…
var https = require('https');
var zlib = require('zlib');
var crypto = require('crypto');
var endpoint = 'YOUR_ENDPOINT';
exports.handler = function(input, context) {
var records = input.Records;
records.forEach(function(record) {
var elasticsearchData = transform(record);