Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: idiomize cloudformation intrinsics and pseudo parameters #1428

Merged
merged 10 commits into from
Dec 27, 2018

Commits on Dec 25, 2018

  1. Convert FnXxx to Fn.xxx()

    Elad Ben-Israel committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    71b60e4 View commit details
    Browse the repository at this point in the history
  2. Pseudo parameters from new Aws.Xxx() to Aws.xxx

    Elad Ben-Israel committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    69da340 View commit details
    Browse the repository at this point in the history
  3. Finalize change

    Elad Ben-Israel committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    f2827d0 View commit details
    Browse the repository at this point in the history
  4. Move FnCondition to condition.ts

    Elad Ben-Israel committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    0424e80 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. CR fixes

    Elad Ben-Israel committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    cf839e0 View commit details
    Browse the repository at this point in the history
  2. Revert "Pseudo parameters from new Aws.Xxx() to Aws.xxx"

    This reverts commit 69da340.
    Elad Ben-Israel committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    603a460 View commit details
    Browse the repository at this point in the history
  3. Do not use FnBase as an external base class

    Elad Ben-Israel committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    0130c76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9fb939 View commit details
    Browse the repository at this point in the history
  5. Remove merge error

    Elad Ben-Israel committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    dbd80d9 View commit details
    Browse the repository at this point in the history
  6. Rename condition methods

    Elad Ben-Israel committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    e967937 View commit details
    Browse the repository at this point in the history