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

Iam policies - Add Conditions #35

Merged
merged 1 commit into from
Nov 23, 2015

Conversation

tylersouthwick
Copy link
Contributor

Added support for IAM policy conditions

@@ -131,4 +133,5 @@ package com.monsanto.arch.cloudformation

package object model {

implicit def lift2Option[A](a : A) : Option[A] = Option(a)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this used anywhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This allows not having to wrap arguments in a Some(...). I can remove it if you would rather not have it in there. It seems weird to have to do Some(Seq(...)) as opposed to just Seq(...)

@ddgenome
Copy link
Contributor

This looks good to me. I merged in your other PRs and now this one has conflicts. Care to rebase?

ddgenome added a commit that referenced this pull request Nov 23, 2015
@ddgenome ddgenome merged commit 3c01c3a into Bayer-Group:master Nov 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants