Category: Cloud
Class ‘App\Controller\Aws\S3\S3Client’ not found error in CakePHP 3.*
How to resolve “Class ‘App\Controller\Aws\S3\S3Client’ not found” error in CakePHP 3.* Problem: Class ‘App\Controller\Aws\S3\S3Client’ not found error occurs when we are trying to create S3Client class object with given code (code copied from github): $s3 = new Aws\S3\S3Client ( [
Send text message by Alexa through Twilio
Steps to write code to send text message by Alexa through Twilio Alexa is Amazon’s cloud-based voice service. With Alexa, masses can build natural voice experiences that offer customers a simple and easy way to interact with the latest technologies.
Send Bulk Emails Using Amazon SES
Send Bulk Emails Using Amazon SES Amazon SES- Amazon SES (Simple Email Service) is a cloud based email sending service used by developers and for marketing purposes. It is a reliable, cost-effective service for all sizes of businesses. Here we
Creating custom log for AWS Lambda
Creating custom log files for AWS Lambda function using Java other than using CloudWatch For developers who are using AWS Lambda function either for executing several concurrent processes or for processing large files; monitoring logs in CloudWatch is definitely a
Invalid value for header \u0067x-ms-request-id\u0067
Resolved Issue “Invalid value for header \u0067x-ms-request-id\u0067. The header must contain a single valid GUID” I was facing the issue “Invalid value for header \u0067x-ms-request-id\u0067. The header must contain a single valid GUID” while making request to the Azure Database
Access S3 buckets from EC2 instances
Access S3 buckets from EC2 instances We’ll follow few steps to access S3 bucket from EC2 instance with the help of ROLE that grants access to the bucket. For this we’ll use IAM to create the role. Quick steps below:
Sending email using Amazon SES service
Sending email with or without Attachment using Amazon SES service First download the aws library using the this link: http://docs.aws.amazon.com/aws-sdk-php/v3/download/aws.zip link and save it in project. Now the usage of library is below where we write the code to send
When Disaster Strikes : AWS and Azure’s Disaster Recovery Offering Compared
AWS and Azure’s Disaster Recovery Comparison Disaster recovery policies and tools have always been a crucial aspect of business continuity, but technological advancements, particularly the maturity of cloud computing services, have altered the market for disaster recovery solutions. Traditionally, implementing
Using AWS Lambda function in Java to communicate with AWS S3
How to Use AWS Lambda function in Java to communicate with AWS S3? Reading, writing and uploading a text file to S3 using AWS Lambda function in Java Following are the steps to write a sample Lambda function in Java