Issue with 1.75.0 and HTTP API
See original GitHub issueWhen 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:
- Created 3 years ago
- Comments:8 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was not able to deploy at all. It just spit out the following:
We’ve had to change out deployment pipelines to hardcode downloading 1.74.1 version
This is working with new version. Thanks