lambda-login.zip: No such file or directory
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 224
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Getting this error when running from a Amazon Linux 2 AMI
Step 8/8 : CMD ["cat", "/build/dist.zip"]
---> Using cache
---> 385619951be4
Successfully built 385619951be4
Successfully tagged cloudformation-lambda-login:latest
./deploy: line 20: ../dist/lambda-login.zip: No such file or directory
Any recommendations?
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start with deploy at line 20 and inspect how the build produces dist.zip or lambda-login.zip after the Docker build shown in the report. Reproduce the command on Amazon Linux 2, trace where the archive is written, and verify that deployment completes without the missing-file error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, docker, javascript, shell
- Domain
- build-system, cloud, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100