awsdocs / aws-php-developers-guide

The open source version of the AWS SDK for PHP developer Guide. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.
Other
29 stars 34 forks source link

AWS Code Samples #15

Closed jschwarzwalder closed 5 years ago

jschwarzwalder commented 6 years ago

If you have ideas about any code samples for AWS Services that I should include in our AWS SDK for PHP Developer Guide, please let me know!

Better yet, add your own code samples in the awsdocs/aws-doc-sdk-examples repo, and add an article here with instructions for how to use the Service. Submit a pull request as explained in these directions.

I look forward to hearing from you.

justanotherlad commented 6 years ago

@jschwarzwalder I had developed a chatbot using AWS's Amazon Lex api and had used Amazon Lambda function where I wrote the code. Can I add that sample code here? But it's no way related to PHP :/

jschwarzwalder commented 6 years ago

You are correct, the code sample you described would not fit well into the php developer guide.

However you can add code samples to the Aws Doc SDK examples. That repo contains examples in many languages. Most of the samples are small and demonstrate performing a single action.

I encourage you to check out that repo and see if there is anything that you can add.

Thank you for your interest in contributing.

shreshthkharbanda commented 6 years ago

@jschwarzwalder I developed a code that gets data from a MySQL database, hosted on AWS EC2 and then outputs the data on a webpage that is also hosted on the EC2 instance. The code outputs the data in JSON format so it is easy to retrieve the data from MySQL into a mobile application. Please let me know if that would be useful to add the sample code to this and the AWS SDK for PHP Developer Guide. Thank you!

jschwarzwalder commented 6 years ago

That sounds like it can be very useful.

Make a new issue with a proposed outline and we can figure out how best to include it.