I am using serverless framework with 'aws-ruby' template. In my Gemfile i have pg and nokogiri gem.
When I run 'bundle install --deployment'
, it actually creates a vendor folder in my current working directory and also build the dependency based on my local system environment.
I am having issue related to native extension error on AWS environment when i run my lambda function.
Any idea how can i resolve the native dependencies of ruby gems on AWS lambda environment?