Stuck on Need a faster logging experience when using serverless-stack with serverless-esbuild
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- aws, node.js, typescript
Research direction
Start with the serverless.yml reproduction and run serverless deploy using the listed serverless-esbuild and serverless-localstack plugins. Trace why deployment reaches LocalStack but the process remains at the displayed logging message; done means the deployment completes and the command exits normally.
Written by the indexing model from the issue text.
Description
After running serverless deploy, the lambda is indeed deployed to LocalStack but the process is still running and stuck on:
Need a faster logging experience than CloudWatch? Try our Dev Mode in Console: run "serverless dev"
How to reproduce:
serverless.yml
service: serverless-localstack
frameworkVersion: "3"
provider:
name: aws
runtime: nodejs18.x
plugins:
- serverless-esbuild
- serverless-localstack
functions:
hello:
handler: handler.hello
handler.ts
export const hello = async (event) => {
return {
statusCode: 200,
body: JSON.stringify({
message: "Go Serverless",
input: event,
}),
};
};
- Dominant language
- JavaScript
- Stars
- 542
- Forks
- 92
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from localstack/serverless-localstack
-
Difficulty 1/5 Under an hour Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 58/100
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
-
Difficulty 4/5 3-5 days Newbie friendliness 42/100
-
aws:apigateway status: backlog
Difficulty 4/5 3-5 days Newbie friendliness 35/100
localstack/serverless-localstack#270 · 3 reactions ·
All issues in localstack/serverless-localstack
Similar issues
-
ai-observability bug team/ai-observability
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
AllTheMods/ATM-10-L#19 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
SignalK/n2k-signalk#345 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
JuliaPluto/PlutoPlotly.jl#72 ·