AWS Step Functions is an orchestration service for reliably executing multi-step processes using visual workflows. This repository includes detailed examples that will help you unlock the power of serverless workflow.
I'm trying to deploy the control-concurrency-with-dynamodb
I've followed the steps in the article, cloned the repo, successfully built the app, and when I try to deploy I always get this error:
Resource handler returned message: "Uploaded file must be a non-empty zip (Service: Lambda, Status Code: 400, Request ID: 0aaac8d9-9afb-4478-96ba-48255ee239ee)" (RequestToken: d5cd83b6-22bb-6313-8436-4b35cc832c3c, HandlerErrorCode: InvalidRequest)
I've tried using a different version of node to no avail, any idea how could I fix this?
I'm trying to deploy the
control-concurrency-with-dynamodb
I've followed the steps in the article, cloned the repo, successfully built the app, and when I try to deploy I always get this error:Resource handler returned message: "Uploaded file must be a non-empty zip (Service: Lambda, Status Code: 400, Request ID: 0aaac8d9-9afb-4478-96ba-48255ee239ee)" (RequestToken: d5cd83b6-22bb-6313-8436-4b35cc832c3c, HandlerErrorCode: InvalidRequest)
I've tried using a different version of node to no avail, any idea how could I fix this?