I'm deploying a shiny app to shinyapps.io using AWS Step Functions. It deploys successfully when I deploy using an EC2 instance spun up from an AMI, but does not deploy when I use the same AMI in AWS Step Functions. Even worse, I don't get any error message. The output of the deployApp function is this:
Waiting for task: 1353799412
building: Building image: 9470788
building: Installing system dependencies
building: Fetching packages
building: Building package: maps
## Begin Task Log ##############################################################
## End Task Log ################################################################
No traceback available
From this, it seems like it starts to deploy, but then stops. Any ideas? I can post code if it's helpful to diagnose the issue.
I figured this out. Maps was not installed