LoginSignup
0
0

More than 3 years have passed since last update.

JSON データを AWS Lambda Tool の Debug時に使用する形式に変換する

Posted at

変換するアプリを Angular9 を使って作成してみました
https://sasaco.github.io/JsonToAwsLambdaToolsDebug/

ソースコードは
https://github.com/sasaco/JsonToAwsLambdaToolsDebug

アプリ作成手順


PS > ng new json-to-lambda-debug

? Would you like to add Angular routing? No
? Which stylesheet format would you like to use? SCSS   [ https://sass-lang.com/documentation/syntax#scss                ]
CREATE json-to-lambda-debug/angular.json (3766 bytes)
CREATE json-to-lambda-debug/package.json (1296 bytes)

…

CREATE json-to-lambda-debug/e2e/src/app.po.ts (301 bytes)

√ Packages installed successfully.

こうなった
image.png

Angular アプリを起動してみる

> npm run start

> json-to-lambda-debug@0.0.0 start C:\Users\sasaco\Documents\My Web Sites\JsonToLambdaDebug
> ng serve

...

chunk {vendor} vendor.js, vendor.js.map (vendor) 2.71 MB [initial] [rendered]
Date: 2020-04-19T02:31:35.623Z - Hash: f1cca4d28e1cf91b561a - Time: 8052ms
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
: Compiled successfully.

http://localhost:4200/ にアクセスする

image.png

アプリの最終形

image.png

ソースコードは
https://github.com/sasaco/JsonToAwsLambdaToolsDebug

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0