https://github.com/steenhansen/roman-square-roots-aws-lambda
Node.js AWS Lambda Example
https://github.com/steenhansen/roman-square-roots-aws-lambda
Last synced: over 1 year ago
JSON representation
Node.js AWS Lambda Example
- Host: GitHub
- URL: https://github.com/steenhansen/roman-square-roots-aws-lambda
- Owner: steenhansen
- Created: 2024-06-17T18:56:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T21:20:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T04:42:36.651Z (over 1 year ago)
- Language: JavaScript
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js AWS Lambda Example
Finds square roots of Roman Numbers, with server type checking turned on or off in browser.
- [Live Site](https://single-html.s3.us-west-2.amazonaws.com/roman-lamba.html)
- [AWS Lambda](https://xyber3kpjd7iq5d2hutfhf3z2y0fgbxn.lambda-url.us-west-2.on.aws/?roman_param=xvi&type_check=yes) returning IV from XVI
## 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
