awslabs/fhir-works-on-aws-deployment

Info_Output.log

sunitakodali opened this issue · 3 comments

Describe the bug
Unable to locate the Info_Output.log file.

To Reproduce

  1. serverless info --verbose --region --stage .
    Should be able to retrieve all user-specific variables. It is not.

  2. container_id=$(docker ps -f "label=install-container" --format "{{.ID}}")
    docker cp ${container_id}:/home/node/fhir-works-on-aws-deployment/Info_Output.log .
    Should be able to details about Info_Output.log file. It is not.

Screenshots
Screenshot 2022-10-13 130258

Versions (please complete the following information):

  • Release Version installed or commit hash [e.g. v1.0.3, 1edf4]

Hi, just a quick question:

  1. Have you already deployed FHIR-Works? If not, Please follow the steps here first: https://github.com/awslabs/fhir-works-on-aws-deployment/blob/mainline/INSTALL.md. This will generate the info_output.log file, and also deploy the stack to your environment

For some additional context, the Info_Output.log is a file that contains all of the stack deployment outputs of FHIR-Works.

Thanks,
Sukeerth

Issue got fixed. Thank you.