Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Server less FNS

  • Serverless doesn't mean there are no servers , it means you don’t manage the servers.

  • Serverless Function is a small backend function that runs in the cloud only when triggered, and automatically scales.

  • For example, in traditional way, you need to create a server with express js. host it somewhere like heroku etc and need keep running 24/7 hours. But with Serverless Functions, you only write the function, and the cloud provider runs it only when needed.

AWS Deployment:

Not started yet...

Certificate Management and AWS Revision

  • Certificate Management means handling SSL/TLS certificates that make websites secure (https://)

  • Certificate? A certificate (SSL/TLS) is what makes a website secure (https://) and shows in the browser.

  • Without it website is "Not secure". And with it website is Safe and encrypted

  • SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are security protocols. They make the connection between your website and your user secure and encrypted.