So lets say I have 3 different sheets each with information on them like this: Sheet 1 Sheet2 Sheet 3 item1|2 item2|7 item1|4 item3|5 item3|6
I'm trying to get my API Gateway api to: Run an authorizer Pass authorizer context to a Step Function execution Respond to client with Step Function output I al
Right now I'm deploy my apps to Heroku with using Dockerfile. This command below using only this file and ignore docker-compose: heroku container:login heroku c
I have a folder containing many svg files and I would like to convert them to png files using inkscape with a batch script (Windows 10 *.bat file). the followi
I'm processing a CSV file that's converted into JSON to make followup API calls. What is causing me a lot of pain is that I can't control the error returned, if
Problem I have a fairly large package that is structured as follows: package subpackage1 __init__.py subsubpackages1 modules1.py ... subpack
In my Release, I want to run a Powershell DSC script needing a PSCredential object. Are there any "clean" ways to convert a Secret Variable to a PSCredential ob