Libcurl
This libcurl gem is used to tell serverlessgems build a libcurl gem that contains libcurl shared library files for AWS Lambda.
Install the gem and add to the application's Gemfile by executing:
bundle add libcurl
Notes
This gem can be used to use libcurl shared libraries on AWS Lambda. This allows gems like ethon and typhoeus that call out to libcurl to work on AWS Lambda.
Though, this gem works. It is recommended to use other gems that do not rely on libcurl shared libraries when possible. This is because building the shared libcurl libraries for AWS Lambda proved to be quite tricky. It might not be possible later, depending on how AWS Lambda handles libcurl shared libraries in the future.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/boltops-tools/libcurl
License
The gem is available as open source under the terms of the MIT License.