[ ] I've added tests (if it's a bug, feature or enhancement)
[ ] I've adjusted the documentation (if it's a feature or enhancement)
[ ] The test suite passes (run bundle exec rspec to verify this)
Summary
Fixes the prewarming call post jets deploy. Using invocation_type: RequestResponse so there's a resp.payload from the resp = lambda_client.invoke call.
Future versions of Jets uses a RequestResponse invocation time also because the extra resp.payload data is useful for printing and debugging.
This is a 🐞 bug fix.
bundle exec rspec
to verify this)Summary
Fixes the prewarming call post
jets deploy
. Usinginvocation_type: RequestResponse
so there's aresp.payload
from theresp = lambda_client.invoke
call.Future versions of Jets uses a RequestResponse invocation time also because the extra resp.payload data is useful for printing and debugging.
Context
Reported in the community forums https://community.boltops.com/t/cant-deploy-basic-api/1160/5
How to Test
Go through one of the Jets learn guides
Version Changes
Patch