question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with 1.75.0 and HTTP API

See original GitHub issue

When creating a HTTP API on 1.75.0 using

provider:
  httpApi:
    payload: '2.0'

function:
  <snip>
  events:
      - httpApi: 'POST /links'

It “seems” to get deployed, althought I can’t see any verbose output due to https://github.com/serverless/serverless/issues/7944. However calling the API I get an “Internal Server Error” and no logs in Cloudwatch

Literally just rolling back to 1.74.1 and redeploying fixes everything

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
elcommiecommented, Jul 15, 2020

I was not able to deploy at all. It just spit out the following:


> sls deploy --stage qa -v
--
200 | Framework Core: 1.75.0
201 | Plugin: 3.6.16
202 | SDK: 2.3.1
203 | Components: 2.32.0
204 | exit code: 0 duration: 1s

We’ve had to change out deployment pipelines to hardcode downloading 1.74.1 version

0reactions
jameswoodleycommented, Jul 20, 2020

This is working with new version. Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

c++ - Why does this previously working boost beast code ...
I recently upgraded from Boost 1.67.0 to Boost 1.75.0 and immediately ran into issues with boost beast in code that talks to a...
Read more >
Version 1.75.0
Version 1.75.0 ... The problem is caused by the new operator rewriting behavior ... Easy and safe modern API with allocator support.
Read more >
Using a lambda function as an integration for an HTTPApi ...
I have a Lambda function in another stack that is currently deployed. When using the function in another stack as an HTTPApi integration ......
Read more >
Can't update product using REST API
I can't replicate the issue you reported with the REST API. I'm sending this PUT request to update the stock quantity of my...
Read more >
Build and Run rippled on Ubuntu
Build and Run rippled on Ubuntu. rippled is the reference implementation of an XRP Ledger peer-to-peer server. This server can connect to a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found