Skip to content

Instantly share code, notes, and snippets.

@adieuadieu
adieuadieu / handler.js
Last active November 15, 2022 14:54
AWS OpenSearch Cluster with Serverless Framework
const aws4 = require('aws4')
const host = process.env.OPENSEARCH_ENDPOINT
module.exports.default = async function handler(
event,
context,
) {
const fetch = (await import('node-fetch')).default
const indexName = 'example'