AWS

FAQs Implementation Questions

  1. Is Segregation of Infrastructure code (and language that supports it i.e typescript, python, java) and application code possible? otherwise need to handle two language or learn new language(typescript) that supports cloud application
  2. If segregation possible how we initiate/add cloud infrastructure code?
  3. Suppose you deployed the infrastructure (server less – lambda/DynamoDB) and how do you access it in the application-code
  4. Related to CI-CD pipeline
    1. How to setup ?

Implementation Answers

  1. a- Infrastructure can be defined in any of the supported language , and the cdk compiles it to yaml document for cloud-formation and it’s deployed with aws (src:aws site).
  2. Create mono-repository with one module for cloud another for application

Published by

Unknown's avatar

sevanand yadav

software engineer working as web developer having specialization in spring MVC with mysql,hibernate

Leave a comment