When running rake cfn:generate on a clean clone of ciinabox-ecs the lib directory is not created. the install script is located in lambdas/acm_issuer_validator.
On subsequent generates the lib folder is generated and the install script is in the lib directory.
Work around was to change package_cmd: ../install.sh to package_cmd: ./install.sh for first run, then to change it back after
When running
rake cfn:generateon a clean clone of ciinabox-ecs the lib directory is not created. the install script is located inlambdas/acm_issuer_validator.On subsequent generates the lib folder is generated and the install script is in the lib directory.
Work around was to change
package_cmd: ../install.shtopackage_cmd: ./install.shfor first run, then to change it back after