Tag: Amazon
Amazon CodeGuru
AWS CodeGuru is a developer’s tool that offers insightful suggestions to enhance code quality and pinpoint the most expensive lines of code in an application. On Integrating CodeGuru into your current software development workflow to automate code reviews throughout application
Enable Beta Testing of Custom Alexa Skill
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
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
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
Laravel Log storage in S3 bucket
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