1.2.0
Native Libs Release
- Specify yums to be preinstalled before doing a bundle install for gems with os native extension like pg, mysql.
- Pack and Deploy native library files to the lambda layer along with gems. for e.g to pack /usr/lib64/libpq.so.5 file for pg.
- Use docker file to specify custom installation and configuration
- Added docs and examples