Git Product home page Git Product logo

Comments (4)

optimisticwaqar avatar optimisticwaqar commented on July 21, 2024

I am trying this solution on my local computer with Ubuntu 20.04 . But it is giving the MTAStack issue which i already mentioned and asked about on disqus.com blog. Can you help me how to resolve this issue? Please note that i updated the CDK and nodejs to latest version like 14.x and 16.x but the problem still exist. Is it an issue of trying this solution on local system? Shall i try it on an EC2 instance, is that necessary? @alexchirayath

from medical-transcription-analysis.

alexchirayath avatar alexchirayath commented on July 21, 2024

Hey @optimisticwaqar
Thanks for reaching out.
The logs show that the issue is because the table name already exists.

The fix for you is to

  • Delete the DynamoDB tables in the region and account you are trying to deploy - Patients, HealthCareProfessionals and Sessions tables
  • Redeploy the stack

The reason is because you may have created a deployment already and when the stack was deleted, some resources were retained. The MTA stack originally used to retain data sources (as a way to protect accidental data deletion) and hence S3 buckets and DynamoDB tables were left without being deleted. However, the recent PR #84 now addresses these and by default deletes all resources created as part of the MTA deployments. Let me know if that works

from medical-transcription-analysis.

optimisticwaqar avatar optimisticwaqar commented on July 21, 2024

Hi @alexchirayath, thanks for the quick response and guidance. I will try the proposed fix and will let you know if it work or not.

from medical-transcription-analysis.

optimisticwaqar avatar optimisticwaqar commented on July 21, 2024

Hey @alexchirayath , finally it works :-) thanks for the help and guidance.

from medical-transcription-analysis.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.