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(synthetics): add vpc configuration #18447

Merged
merged 24 commits into from
Mar 15, 2022

Commits on Jan 14, 2022

  1. feat(aws-synthetics): complete runConfig and add vpcConfig

    This PR is a continuation of aws#11865 with the intention of filling out the remaining RunConfig values as well as adding missing VpcConfig properties.
    
    I wasn't sure whether VPC settings should be top level (like Lambda) or in their own configuration object, so I made them seperate for now.
    RichiCoder1 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    80cbb5b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    432eea0 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Configuration menu
    Copy the full SHA
    0c23ec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c293aa5 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    e7941a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cde330c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12d2d10 View commit details
    Browse the repository at this point in the history
  4. add readme docs for vpc

    RichiCoder1 authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    303cb7e View commit details
    Browse the repository at this point in the history
  5. fixup tests and docs

    RichiCoder1 authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    8b8ac53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ca0270 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2ef535 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Apply suggestions from code review

    Co-authored-by: Kaizen Conroy <[email protected]>
    RichiCoder1 and kaizencc authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    daa317f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. fix docs?

    RichiCoder1 authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    2b0778c View commit details
    Browse the repository at this point in the history
  2. merge

    RichiCoder1 authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    48c0ebc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d0a396 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d543203 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    343ee82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6449e13 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    8e38971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb0f98 View commit details
    Browse the repository at this point in the history
  3. further tweak wording

    RichiCoder1 committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    1445e2e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    5eeefae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c29d7a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a38371 View commit details
    Browse the repository at this point in the history