Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically handle Lambdakiq.jobs?(event) #91

Merged
merged 1 commit into from
May 15, 2021

Conversation

metaskills
Copy link
Member

@metaskills metaskills commented May 15, 2021

We want to do as much auto-detecting of what to do with an event as we logically should. I've dealt first hand with the craziness of handler wrappers for different vendors and conditionals. For as much as possible, this should be our handler interface.

def handler(event:, context:)
  Lamby.handler $app, event, context
end

Once merged I will update the guides here too. https://github.com/customink/lambdakiq#bundle--config

@metaskills metaskills merged commit 10e6093 into master May 15, 2021
@metaskills metaskills mentioned this pull request May 15, 2021
metaskills added a commit to rails-lambda/lambdakiq that referenced this pull request May 15, 2021
@metaskills metaskills deleted the LambdakiqIntegration branch May 16, 2021 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant