Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

Entries from 2018-11-01 to 1 month

How to launch a serverless development single-page application on AWS

I was building a single page application and did not want to publish it externally, but wanted to put it on a non-local server to test delivery, so here are my notes on building it. Elements Since it was a static distribution and S3 seemed…

How to pass parameters from Azure Node SDK to Azure Data Factory pipeline

This is a note of what I am trying to do with the Azure Node SDK, trying to parameterize and execute on the Azure Data Factory pipeline. Pipeline execution of Data Factory is performed by the "createRun" method of the "pipelines" member of…