/roman-square-roots-aws-lambda

Node.js AWS Lambda Example

Primary LanguageJavaScript

Node.js AWS Lambda Example

Finds square roots of Roman Numbers, with server type checking turned on or off in browser.

Install

cd lambda-roman
npm install

cd /
npm install

cdk bootstrap  --profile oregon-user    
cdk synth      --profile oregon-user  >  c:\.aws\roman_synth.yaml
cdk deploy     --profile oregon-user                            

screen shot