Difference between Amazon EC2 and AWS Elastic Beanstalk

First off, EC2 and Elastic Compute Cloud are the same thing. Next, AWS encompasses the range of Web Services that includes EC2 and Elastic Beanstalk. It also includes many others such as S3, RDS, DynamoDB, and all the others. EC2 EC2 is Amazon’s service that allows you to create a server (AWS calls these instances) in the AWS cloud. You pay … Read more

AWS lambda function error – Unable to import module ‘index’: Error

Unable to import module ‘index’: Error It looks like some of your dependencies are installed / not packaged correctly. Delete the node_modules directory and re-install the module with npm install should fix the issue. Make sure your function get packaged as mentioned in the doc https://docs.aws.amazon.com/lambda/latest/dg/nodejs-create-deployment-pkg.html If your bundle missed a node_module, then it will result in this … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)