add script to replace lambda calls in local environments#70
Open
franck-boullier wants to merge 1 commit into
Open
add script to replace lambda calls in local environments#70franck-boullier wants to merge 1 commit into
franck-boullier wants to merge 1 commit into
Conversation
nbiton
reviewed
Jun 20, 2018
Contributor
nbiton
left a comment
There was a problem hiding this comment.
This script doesn't work.
I keep getting the same error I mentioned earlier, even after nuking my DB and using the 3.17 snapshot to start from scratch.
I could get it working after removing the contents of each procedure and just keeping them empty.
Member
Author
|
OK I'll have to create a local envo to try to understand what's wrong with that... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@nbiton this should fix the issue you have with lambda calls in a local environment
run the script 84a910e#diff-bd1039fee28b0899384356b23b850a91
After this script is run, each time a lambda call is supposed to be made, a new record will be added to the table
ut_local_dev_lambda_calls.This is also related to issue unee-t/frontend#297