V3: Deploying a single function with individual packaging does not work
See original GitHub issueThe whole project deploys correctly, but when deploying individual functions I’m getting the following error:
Serverless: Bundling with Webpack...
Time: 6122ms
Asset Size Chunks Chunk Names
functions/model/job_request/get_details.js 3.84 MB 0 [emitted] [big] functions/model/job_request/get_details
Serverless: Packaging function: job-request-get_details...
Error --------------------------------------------------
ENOENT: no such file or directory, open '<project-serverless>/.webpack/.serverless/job-request-get_details.zip'
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Packaging - Serverless Framework
Packaging functions separately. If you want even more controls over your functions for deployment you can configure them to be packaged independently. This ......
Read more >Create a single file for application deployment - .NET
Learn what single file application is and why you should consider using this application deployment model.
Read more >Packaging and deploying AWS Lambda functions written in ...
Deploying the solution ; Step 1: Clone the GitHub repository and synthesize the application with the AWS CDK. Run the following commands in...
Read more >Creating a New Package - Help for PDQ Deploy
A PDQ Deploy Package contains the instructions and the files needed to silently install an application, run scripts and commands, or reboot target...
Read more >Prepare Deployment Packages - Appian 21.3
Inspect your package and resolve any issues. Validate your application. Make sure that all necessary objects are in your application by running missing ......
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
@nicolasdonoso I merged the branch into the
v3.0.0
branch. Please do your final tests there.I’ll check right away