Code Monkey home page Code Monkey logo

aws-cdk-multi-app-stack's Introduction

aws-cdk-multi-app-stack

Deploying the multiple apps using the aws cdk

image

To implement solution in CDK with Approach 1, need to:

  1. Create the Resource (in the CDK) that needs to be used by other Stack or App such as VPC in this example.
  2. Provision the SSM Parameter Store using CDK and store the values
  3. Read values from the Systems Manager Parameter Store, use either : • StringParameter.fromStringParameterName (Reads SSM values at Deployment time – supported by limited AWS Services) • StringParameter.valueFromLookup methods (Reads SSM values at Synthesis time – supported by limited AWS Services) • If the value is not already cached in cdk.json or passed on the command line, it is retrieved from the current AWS account. • Provide explicit Account and Region information.
  4. Retrieve SSM Value • const versionOfStringToken = ssm.StringParameter.valueForStringParameter(this, 'my-plain-parameter-name', 1); // version 1 https://docs.aws.amazon.com/cdk/v2/guide/get_ssm_value.html

aws-cdk-multi-app-stack's People

Contributors

subbaramireddy-k avatar

Watchers

 avatar

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.