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

Make serverless-offline-sqs able to use python lambdas #39

Closed
jkieberking opened this issue Mar 5, 2019 · 2 comments
Closed

Make serverless-offline-sqs able to use python lambdas #39

jkieberking opened this issue Mar 5, 2019 · 2 comments
Labels

Comments

@jkieberking
Copy link
Contributor

Would love to use this plugin, but we are creating our lambdas in python

@arae
Copy link

arae commented Apr 11, 2019

Same here. Please add support for python.

@godu
Copy link
Contributor

godu commented Apr 27, 2019

it seems to work already

myPythonHandler:
runtime: python2.7
handler: handler.handler
events:
- sqs:
arn:
Fn::GetAtt:
- MyFourthQueue
- Arn

because serverless-offline support python.

If you need some help, don't hesitate to reopen an issue.

@godu godu closed this as completed Apr 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants