Closed aheissenberger closed 5 years ago
See #17
If needed please open a new issue to discuss supporting cloud formation syntax. I don't think we can support it at this time but if it's a serious blocker we can see what we can do.
Currently, we do not support CloudFormation syntax. Now that you are the second person to ask for it, we will look at implementing sooner. 😄
We're having this issue also, any news on the possibility of this? Would be really helpful :) @cbaron
Personally, I do not have time to do this in the coming weeks. I will reach out to some collaborators and/or try to carve out some time if this is what the people want!
Thanks for the feedback. As always, anyone here is welcome to put up a PR 😄
It's great to hear that people are using the emulator and have a need . I am not sure when we can get to this but we intend to put it on the roadmap now.
I started on this... One thing that came to mind is if that syntax works in serverless (not emulated) I have vague recollection of ref's not getting resolved outside of the resource
object.
@EwanValentine I will have a alpha release out once I manage to get my otp code :)
Okay, I released an alpha version 1.0.0-alpha.2
. This has Ref
support as well as a short npm install time. NOTE: I am having trouble in the example repo using this version when installed via npm
I am not sure why yet but if you're using npm
and encounter some bugs please share ;)
@EwanValentine @aheissenberger
Wow! Amazing work! 🔥I'll give it a test and let you know my findings, thanks for looking into this!!
Using a "Ref: " for tableName is not supported
Error:
There is no problem if
{ Ref: UsersTable }
is replaced with a string - e.g. "appnam-users-table"