Closed ajthomp2 closed 11 months ago
Has there been any progress on this at all? I am getting essentially the same issue, although the serverless framework cli output has changed over the years.
Same problem and if I restart localstack : it works fine. The error is really random
Hi @throrin19, @UserNobody14, @ajthomp2,
in case you still see this error (randomly): could you let us know which serverless-plugin version you are using, and which localstack version?
This issue seems to be stale. As we didn't get any response in two months, we are closing this issue now. Please feel free to reopen if it still persists, and provide updates logs and details.
Same in 2024.. .But I suspect is more a missing configuration.
Hello,
I was setting up a dummy project to start transitioning existing lambda functions to using serverless for deployment and localstack for local testing, and I came across a bug that I've been unable to fix.
When running
serverless deploy
, I get the output:However, when testing to see if the function was deployed properly,
serverless invoke --function hello
responds successfully:as does
aws lambda invoke --endpoint-url http://localhost:4566 --function-name test-serverless-local-hello response.json
:which seems to indicate that the function was actually deployed successfully.
I am using this java project: https://github.com/serverless/examples/tree/master/aws-java-simple-http-endpoint.
serverless.yml
full output when running
serverless deploy
: