akawalsky

Results 3 issues of akawalsky

I recently ran into an issue where code that runs after a call to `res.json` in a given route is not guaranteed to be run before a lambda ends. My...

When running `sls --config serverless.local.yml offline start` locally, I get `Got 2 config paths: [serverless.local.yml, serverless.local.yml].Expected single value` This line https://github.com/ajmath/serverless-offline-scheduler/blob/master/lib/scheduler.js#L101 gives me `{"c":"serverless.local.yml","config":"serverless.local.yml"}` I added a hack locally to...

I am trying to create a lambda that works with a rails project. This involve using the `pg` gem and the `active_record` gem. #### Gemfile ```ruby source 'https://rubygems.org' git_source(:github) {...