Amazon Archives

Enable Beta Testing of Custom Alexa Skill

Author - Dalbir Kaur
|
0 Comments
|

Enable Beta Testing of Custom Alexa Skill

Amazon provides us a feature to test our custom skill before publishing it to production. By enabling the beta testing, we can test the skill on amazon devices and apps. Amazon facilitate us to invite other people of whom Read more…

Sending email using Amazon SES service

Author - Ashish Gautam
|
0 Comments
|

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 Read more…

Sending email using Amazon SES service

Author - Ashish Gautam
|
0 Comments
|

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.

(adsbygoogle = window.adsbygoogle || []).push({});

Now the usage of library Read more…

Laravel Log storage in S3 bucket

Author - Harpal Singh
|
0 Comments
|

How to Save Logs of Laravel in Amazon S3 Bucket?

Problem – We are working on a laravel project in which logs are saved in the storage folder of laravel and it is using a lot of space. We need to save logs of laravel in Amazon Read more…