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 June 28, 2024 15:10
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);