Home > other >  Questions about AWS local development
Questions about AWS local development

Time:10-03

Consult two development related problems:
1, the development process, the program code can be in the machine debugging developers?
2, if in the machine debugging, program to the AWS services (such as RDS, DynamoDB) is implemented by means of virtual services locally, or directly connected AWS services? It involved the development efficiency,

Hope reply, many thanks!

CodePudding user response:

CodePudding user response:

Incomplete simple answer:

If it is developed, which can be local, first DynamoDB also has a local version: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html

On-line deployment debugging need to directly connect the aws service,
Can refer to this link to see the deployment of best practice: http://www.slideshare.net/AmazonWebServices/continuous-integration-and-deployment-best-practices-on-aws-arc307-aws-reinvent-2013

Deployment can be considered elastic beanstalk or other tools; In order to save time in the software installation deployment can customize the AMI; Save the configuration good EBS to S3 standby,

CodePudding user response:

Answer a: development at the local, debugging, locally deployed to adjust the AWS services needed to connect,
Answer two: involves the development of all locally, because AWS server abroad, from domestic access will have larger delay, affect the development efficiency, deployment time, step by step, can use the BeansTalk to can after is mainly to adjust environment configuration, so, as a whole development is at the local,
Reference: http://docs.aws.amazon.com/AWSSdkDocsNET
  •  Tags:  
  • AWS
  • Related