Skip to content

Node application for calculating Fibonacci number and cache the result in S3 (for testing deployment on aws c2)

Notifications You must be signed in to change notification settings

bogdaner2/aws_node_fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws_node_fibonacci

Node application for calculating Fibonacci number and cache the result.

Steps:

- Create S3 bucket

- Create .env file with variables(USER_KEY, USER_SECRET, BUCKET_NAME, PORT)

- npm install

- node start.js (prod)/nodemon start.js (dev)

About

Node application for calculating Fibonacci number and cache the result in S3 (for testing deployment on aws c2)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published