Creating a lambda container image is pretty cool. If you need to run a piece of software that is limited to a certain OS, you can. If you want to write in a certain language, you can. This opens up a list of possibilities. The lead engineer on my team at work had introduced me […]
Read More# PHP – Making an HTTP PUT Request Using cURL
Category:
PHP
A quick self-reminder of how to make an HTTP PUT request with PHP. The example below creates an Elasticsearch index with a specific mapping. More examples of making HTTP Requests using PHP can be found here.
Read More