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

add API Gateway #89

Merged
merged 2 commits into from
Apr 28, 2016
Merged

add API Gateway #89

merged 2 commits into from
Apr 28, 2016

Conversation

tylersouthwick
Copy link
Contributor

The documentation for API Gateway on Cloudformation is not that good - it says that almost everything is Optional, but then when you actually run it, it has to be set. This works for my current use cases, but there are somethings that are probably not Option[_].

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.4%) to 50.929% when pulling 7bc216d on tylersouthwick:api-gateway into f4b1068 on MonsantoCo:master.


case class `AWS::ApiGateway::Account`(
name: String,
CloudWatchRoleArn: Option[String] = None,
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm guessing this and a few other things should likely be Option[Token[_]] since they would like come in either as parameters or resource refs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated in 7563774

@tjcorr
Copy link
Collaborator

tjcorr commented Apr 28, 2016

Boo AWS documentation! I'm fine with just matching what they list as optional and updating as people find bugs. I marked a couple of places where we might want to use Token[_] but we should probably read through and find the other candidate spots.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.5%) to 50.845% when pulling 7563774 on tylersouthwick:api-gateway into f4b1068 on MonsantoCo:master.

@tjcorr
Copy link
Collaborator

tjcorr commented Apr 28, 2016

cool thanks for the contributions!

@tjcorr tjcorr merged commit ff68b3b into Bayer-Group:master Apr 28, 2016
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.

3 participants