Docker: Accelerated Container Application Development1. Developers can deploy, run, and manage applications.2. Deploy applications quickly.3. Docker is a containerization platform that simplifies the process of deploying and managing applications. Applications run along with their dependencies. Docker Images...
Showing posts with label Cloud. Show all posts
Showing posts with label Cloud. Show all posts
Tuesday, 21 January 2025
undefined
undefined
AWS SES : Simple Email Service1. Download access key and secret key excel file.2. Go to verified identity -> Create Identity -> Verify email received in email account and verified.3. npm install aws-sdkconst AWS = require("aws-sdk");const awsConfig = { accessKeyId: AWS_ACCESS_KEY_ID, secretAccessKey:...