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

Lambda offline support in Zappa? #79

Closed
kpx-dev opened this issue May 11, 2016 · 2 comments
Closed

Lambda offline support in Zappa? #79

kpx-dev opened this issue May 11, 2016 · 2 comments

Comments

@kpx-dev
Copy link
Collaborator

kpx-dev commented May 11, 2016

Hey guys,

Awesome project! I want to be able to run and test my Zappa setup locally and simulate AWS Lambda request, how can I do it currently?

Ex Use Case: lambda function watching for new S3 put object. I can simulate that from AWS UI, but don't know how to do it within Zappa.

Thanks.

@Miserlou
Copy link
Owner

This is an excellent question!

It is probably a non-trivial task, but do able. We will likely need to use other frameworks to make this possible, for instance: https://github.com/fugue/emulambda, and I think there may be other similar initiatives we should investigate.

What would your workflow for something like this look like? What's the syntax/API you'd want?

@kpx-dev
Copy link
Collaborator Author

kpx-dev commented May 11, 2016

Hi @Miserlou,

I think be able to transparently run my lambda function locally and get debugging output offline would be best. Now if Zappa have to upload to AWS Lambda and execute it, that's fine, but I would love to be able to debug my Python app offline like a regular app.

@kpx-dev kpx-dev closed this as completed Sep 11, 2016
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

No branches or pull requests

2 participants