Skip to content

1.2.0

Compare
Choose a tag to compare
@navarasu navarasu released this 14 Jul 06:56
· 100 commits to master since this release

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