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

Fix lambda route validation bug #3979

Merged
merged 3 commits into from
Dec 11, 2020
Merged

Conversation

saiskee
Copy link
Contributor

@saiskee saiskee commented Dec 11, 2020

Description

fixes bug where route validation marks redirect and direct response route destinations as invalid.

Context

Ran into this bug configuring a redirect or direct response action on a route
BOT NOTES:
resolves #3975

@solo-changelog-bot
Copy link

Issues linked to changelog:
#3975

@github-actions github-actions bot added the keep pr updated signals bulldozer to keep pr up to date with base branch label Dec 11, 2020
@soloio-bulldozer soloio-bulldozer bot merged commit 9dd1bf7 into master Dec 11, 2020
@soloio-bulldozer soloio-bulldozer bot deleted the fix-lambda-validation branch December 11, 2020 18:26
saiskee added a commit that referenced this pull request Dec 11, 2020
* added tests and impl fix
* Merge branch 'master' into fix-lambda-validation
* Merge refs/heads/master into fix-lambda-validation
soloio-bulldozer bot pushed a commit that referenced this pull request Dec 11, 2020
* Fix lambda route validation bug (#3979)

* added tests and impl fix
* Merge branch 'master' into fix-lambda-validation
* Merge refs/heads/master into fix-lambda-validation
* added changelog
* edited changelog
kdorosh pushed a commit that referenced this pull request Jan 14, 2021
* Fix lambda route validation bug (#3979)

* added tests and impl fix
* Merge branch 'master' into fix-lambda-validation
* Merge refs/heads/master into fix-lambda-validation

* update hugo theme (#4116)
kdorosh pushed a commit that referenced this pull request Jan 14, 2021
* Fix lambda route validation bug (#3979)

* added tests and impl fix
* Merge branch 'master' into fix-lambda-validation
* Merge refs/heads/master into fix-lambda-validation

* removed changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep pr updated signals bulldozer to keep pr up to date with base branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Any redirectAction leads to errors from validation for AWS lambdas
2 participants