Yan Cui

Results 65 comments of Yan Cui

@duro are you able to paste part of your `serverless.yml` here?

@roni-frantchi mm.. interesting, Step Functions creates that policy itself, I'm surprised it doesn't delete it. Not sure if this is something we can fix, but one thing you could do,...

@kalevalp you don't need pseudo-params in this case, you can reference the `checkairtable` function like this: ``` CheckAirtable: Type: Task Resource: !GetAtt checkairtable.Arn End: true ``` normally you have to...

The problem is with the [asl-validator](https://www.npmjs.com/package/asl-validator) which is not aware of the `#{}` syntax. And arguably it has no reason to, since it's a library for validating SFN state machine...

@ChristopheBougere I think you had this in a PR at some point, but I remember you ran into some issue so it got taken out, do you remember what it...

@benja-M-1 oh, that's a good point, in this case, you're changing the state machine itself such that it needs different policies. I think in this case, you should define your...

@LL782 I'm confused by the use case here - is it to make it easier for someone else to work on this plugin? Do the type definitions surface in the...

@jraj002 can you share your state machine definition? what you have *should* work, like this example [here](https://gist.github.com/theburningmonk/cf194c7dc5ac1f1acdb278d94eb1dfa7)

@horike37 what do you think?

@MrAtheist do you have an example serverless.yml?