Fix issue described in #815#816
Conversation
…ed assessment No tests yet, but this makes the use case described in the associated issue work as expected.
|
@calavera So - this seems ridiculously simple, so I'm sure I'm missing something, but the #815 use case works perfectly with this. I see an opportunity for the future - that lambda functions that hook up to the watcher can dynamically be added to the function list and thus be invoked by name - but, then again, doesn't that just make |
calavera
left a comment
There was a problem hiding this comment.
This makes sense at first glance. Yes, I believe this should be as simple as this change.
I have reverted the version number and marked the PR as ready for review - over to you, sir! |
|
This pull request has been automatically locked. Create a new discussion if you'd like to continue the conversation. https://github.com/cargo-lambda/cargo-lambda/discussions/new?category=general |
#815
Add
only-lambda-apisflag toRuntimeStateand tois_default_function_enabledassessmentThis allows the default Lambda function functionality to work for
--only-lambda-apis