mweagle / Sparta

go microservices, powered by AWS Lambda
https://gosparta.io
MIT License
716 stars 48 forks source link

Use CfnResourceType instead of ResourceType #9

Closed solarkennedy closed 8 years ago

solarkennedy commented 8 years ago

Due to a breaking change: https://github.com/crewjam/go-cloudformation/commit/ed6cef9cd492204b2176cb497346f0e8e6367f29

ResourceType => CfnResourceType

Warning: I'm very new to the golang ecosystem and aws lambda, so I kinda don't know what I'm doing. But I did have to make these changes in order to run through http://gosparta.io/docs/intro_example/

mweagle commented 8 years ago

Thanks for the PR @solarkennedy - I'll take a look today.

mweagle commented 8 years ago

@solarkennedy - LGTM - merging.

I've also added https://github.com/mweagle/Sparta/issues/10 to provide better contribution docs.