Run Postman's Newman in an AWS Lambda function: specify JSON export location

The Problem After getting my NodeJS application using Newman with the JSON reporter to work locally I started testing it in Lambda locally with SAM CLI. I encountered the following error: Unhandled Promise Rejection {"errorType":"Runtime.UnhandledPromiseRejection","errorMessage":"Error: EROFS: read-only file system, mkdir '/var/task/newman'","reason":{"errorType":"Error","errorMessage":"EROFS: read-only file system, mkdir '/var/task/newman'","code":"EROFS","errno":-30,"syscall":"mkdir","path":"/var/task/newman","help":"error creating path for file \"newman/newman-run-report-2020-07-09-15-46-40-040-0.json\" for json-reporter","stack":["Error: EROFS: read-only file system, mkdir '/var/task/newman'"]},"promise":{},"stack":["Runtime.UnhandledPromiseRejection: Error: EROFS: read-only file system, mkdir '/var/task/newman'"," at process.<anonymous> (/var/runtime/index.js:35:15)"," at process....

July 10, 2020 · 2 min · chart

AWS WordPress Blog: Part 2 – Deploy the EC2 Instance

Full AWS WordPress Blog series so far: AWS WordPress Blog: Part 1 – Buy a domain AWS WordPress Blog: Part 2 – Deploy the EC2 Instance This is the second article in a series which will detail how to deploy a WordPress server at AWS the cheapest way possible. This series will teach you about Route53, EC2, S3, CloudFront, IAM, and more! All while helping you setup your own blog which every good IT professional should have....

May 14, 2020 · 3 min · chart

Copy Firefox Logins and Bookmarks to a new computer or login on Linux

How to copy Firefox saved logins and password, autofill data, and bookmarks over to a new computer, a new profile or a new user. While its best to use a more secure password manager such as keeper or Lastpass, if you do have some of your passwords stored in the built-in Firefox password manager this will show you step by step how to copy them over. PreReq: Figure out which profile is default Open your preferred terminal....

May 4, 2020 · 3 min · chart

AWS WordPress Blog: Part 1 - Buy a domain

Full AWS WordPress Blog series so far: AWS WordPress Blog: Part 1 – Buy a domain AWS WordPress Blog: Part 2 – Deploy the EC2 Instance This is the first article in a series which will detail how to deploy a WordPress server at AWS the cheapest way possible. This series will teach you about Route53, EC2, S3, CloudFront, IAM, and more! All while helping you setup your own blog which every good IT professional should have....

May 2, 2020 · 2 min · chart

dmenu Path: How to add to the $PATH used by dmenu

How to add the the dmenu Path? This article explains how to add to the $PATH variable seen by dmenu. This guide is for Manjaro/Arch Linux. I use Xorg and i3 so mileage may vary. This was testing with two desktop managers, simpledm and SDDM. The Issue: adding to the dmenu path Dmenu does not display scripts from a new location added to the $PATH. I added a new location to my $PATH via my ....

April 18, 2020 · 2 min · chart