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

add hooks for serverless-offline support #80

Merged
merged 1 commit into from
Jul 5, 2020
Merged

Conversation

softprops
Copy link
Owner

What did you implement:

a story for testing lambdas locally easily still does not exist. serverless-offline is the defacto starndard for that in the serverless community. there are some hooks this plugin could add to make this easier

relates to #74

Closes: #xxx

How did you verify your change:

What (if anything) would need to be called out in the CHANGELOG for the next release:

@softprops softprops merged commit 0e818dd into master Jul 5, 2020
@collinalexbell
Copy link

Know of a way to recompile and reload without stopping serverless-offline? If I make changes, I have to restart the server.

@softprops
Copy link
Owner Author

I haven't been able to get serverless offline to work due to this bug dherault/serverless-offline#1041

@softprops
Copy link
Owner Author

The hooks are in place but it seems a volume mount to a symlinked directory set up by serverless offline that is incompatible with docker for mac

@collinalexbell
Copy link

Ah. I run linux, so I can at least get it to work as a 1 off. Can't recompile though.

@softprops
Copy link
Owner Author

Good to hear. I didn't looker deeper into thier docs when I hit the blocker. Let me know what you find.

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.

2 participants