Skip to content

Commit 6427f73

Browse files
author
webdev778
committed
Fix gem loading issue on lambda
1 parent f398c3e commit 6427f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/interscript-api/lambda_function.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require "json"
22
require_relative "graphql/schema"
3+
require "bundler/setup"
34

45
def handler(event:, context: {})
56
puts 123

0 commit comments

Comments
 (0)