Skip to content

Instantly share code, notes, and snippets.

View oliversalzburg's full-sized avatar
💭
>:(

Oliver Salzburg oliversalzburg

💭
>:(
View GitHub Profile
@oliversalzburg
oliversalzburg / index.mjs
Last active October 12, 2023 20:08
AWS VPC Lambda Connectivity Test
import dns from "node:dns/promises";
import https from "node:https";
import url from "node:url";
const SERVICES = [
"dynamodb",
"execute-api",
"glue",
"lambda",
"s3",