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

Chalice local only works for API and not for s3Event #1118

Closed
Rubyj opened this issue May 8, 2019 · 1 comment
Closed

Chalice local only works for API and not for s3Event #1118

Rubyj opened this issue May 8, 2019 · 1 comment

Comments

@Rubyj
Copy link

Rubyj commented May 8, 2019

@joguSD @dstufft @stealthycoin @jamesls @kyleknap Can we please have a form of chalice local that allows us to run a lambda function locally that isn't set to spin up a local server? I know #900 proposes having invoke for a local function. I would argue this is necessary behavior to accurate test an application before deploying.

I.E. I have a on_s3_event I would like to be able to test locally by feeding it a test event and running.

This may be a duplicate of #899

@joguSD
Copy link
Contributor

joguSD commented May 9, 2019

Totally agree with you. We don't have a local implementation of the invoke command yet. This is a duplicate of #899. We should have a local version of invoke as it at least unblocks basic testing of both pure lambdas, and lambda attached to events (though it might be cumbersome).

Closing as duplicate of #899.

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

No branches or pull requests

2 participants