SSSujeendra S Minaws-basic.hashnode.dev·Dec 2, 2024 · 8 min readCreatHoing an aws instance in windows and setuphow aws cdk generates code cdk Code —synth-> CF Template —deploy->AWS CF 1)Need to create an account in aws 2)Add the creds 3)Go to Identity and Access Management (IAM) 4)Click on users and create a user giving any random name give policy access and ...00
SSSujeendra S Minmern-stack-developer.hashnode.dev·Nov 18, 2024 · 3 min readBasic of nodejsnode js What is nodejs It is event driven architecture, lightweight and efficient way of connecting server from FE, non blocking I/O it doesnt have any document, window, instead it has process, global , Some commands process.exit()→ exits the current...00