https://github.com/boltops-tools/libcurl
Gem tells serverlessgems to build the gem package with libcurl
https://github.com/boltops-tools/libcurl
Last synced: 8 months ago
JSON representation
Gem tells serverlessgems to build the gem package with libcurl
- Host: GitHub
- URL: https://github.com/boltops-tools/libcurl
- Owner: boltops-tools
- License: mit
- Created: 2023-05-17T22:30:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T19:06:48.000Z (about 3 years ago)
- Last Synced: 2025-10-07T22:30:27.840Z (8 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Libcurl
[](https://www.boltops.com)
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.
Note: For gems like [ethon](https://github.com/typhoeus/ethon) and [typhoeus](https://github.com/typhoeus/typhoeus) serverlessgems already detects that it requires pre-compiled libcurl shared libraries and this gem is **not** needed. However, if there are other gems that serverlessgems is not yet aware of yet, you can add this gem and it'll allow those gems to work without having to wait for serverlessgems updates.
Also note: Though, gems that use libcurl shared libraries work on AWS Lambda. 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](https://opensource.org/licenses/MIT).