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

fix(aws-logs): add export()/import() capabilities #630

Merged
merged 4 commits into from
Sep 3, 2018

Commits on Aug 27, 2018

  1. fix(aws-logs): add export()/import() capabilities

    LogGroups and LogStreams can now be exported and imported.
    
    ALSO IN THIS COMMIT
    
    - All exports() for other resources would run afoul of
      ClassCastException in Java. Wrap all `FnImportValue`s in the right
      type to avoid this.
    - The addition of some convenience methods to the `Arn` class flushed
      out a number of places where we were using some other `Token`-derived
      value in places where `Arn`s were expected.
    Rico Huijbers committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    b2042c2 View commit details
    Browse the repository at this point in the history
  2. Replace LogGroup => LogGroupRef in all APIs

    Rico Huijbers committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    2018c0a View commit details
    Browse the repository at this point in the history
  3. Update Kinesis stream signature to accept LogGroupRef

    Rico Huijbers committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    f4aa2c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Fix function signature for Lambda

    Rico Huijbers committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    f3c2bef View commit details
    Browse the repository at this point in the history