Andrew Lenards
Andrew Lenards
Hey @jerith666, if you want any help with this, I would like to see this upgraded.
Okay. On Wed, Jan 16, 2019 at 9:13 PM Matt McHenry wrote: > Great! If you want to propose updates to the docs and examples, I can > review and...
I've been shifted to other work, so I have not had a chance to look at this yet. On Wed, Jan 16, 2019 at 9:24 PM Andrew Lenards wrote: >...
I think you got everything in your well-crafted commit message. Thanks for that. Also, just want to note that I appreciate the `--debug` being used in the examples.
I think this looks. Would resolve #10.
Jeroen, I realize that this is something someone might already have waiting to PR - but I did a quick rename on this: - https://github.com/stil4m/elm-syntax/compare/master...lenards:elm-syntax:master I did run `elm make...
_(I've been trying to use `elm-syntax` to help with an i18n extractor; thought I'd try to help out - even if it's really small thing)_ 🙇
My [`letslambda.yml` file](https://gist.github.com/lenards/593099e4866e73f43806efeac25a82fa) leaves `elb` empty with hopes that this code won't be run: https://github.com/kiddouk/letslambda/blob/master/letslambda.py#L556-L557
_Huh_ ... I don't know if this *really* worked, but the `create-stack` succeeded: ``` $ aws cloudformation create-stack \ --stack-name $UNIQUE_NAME \ --template-body file://letslambda.json \ --parameters ParameterKey=Bucket,ParameterValue=$UNIQUE_BUCKET_NAME ParameterKey=Region,ParameterValue=us-west-2 \ --capabilities...
I will put together a pull request for the README instructions.